pekko/akka-docs/rst/java/code/docs
Konrad 'ktoso' Malawski a71790bb18 +per #15229 defer for PersistentActor
* Deferred events are not persisted, thus will not participate in replays
  etc. If users want events to be persisted, they can simply use
  `persistAsync` instead.
* This, 3rd, rewrite extends the Persistent hierarchy by a top level
  trait "Resequenceable", which is used to mark every event to be sent
  in sequence back to the PersistentActor. These are split into
  NonPersistentRepr or PersistentRepr, and acted upon accordingly.
* defer is guaranteed to be called, even after persistence failures
* Includes docs updates for java/scala/java8

Resolves #15229
Depends on #15227

Conflicts:
	akka-docs/rst/scala/code/docs/persistence/PersistenceDocSpec.scala
	akka-persistence/src/main/scala/akka/persistence/JournalProtocol.scala
	akka-persistence/src/main/scala/akka/persistence/Processor.scala
	akka-persistence/src/test/scala/akka/persistence/PersistentActorSpec.scala
	project/AkkaBuild.scala
2014-06-10 17:09:24 +02:00
..
actor +act #3911 Adding Java Lambda compatibility for Supervisor Strategy 2014-03-17 15:04:29 +01:00
agent Changes all occurances of Typesafe copyright to extend to 2014. 2014-02-04 21:20:09 -06:00
camel =doc #3689 Make activator templates for camel samples 2013-12-12 16:03:02 +01:00
dispatcher +act #3246 Added control aware mailbox types 2014-03-11 17:03:05 +01:00
event !act,doc #3893 Removed isTerminated checks from ActorClassification 2014-04-24 14:08:07 +02:00
extension =doc #3924 Doc how to be notified when recovery completed 2014-03-25 10:46:05 +01:00
future Changes all occurances of Typesafe copyright to extend to 2014. 2014-02-04 21:20:09 -06:00
io Changes all occurances of Typesafe copyright to extend to 2014. 2014-02-04 21:20:09 -06:00
jrouting Changes all occurances of Typesafe copyright to extend to 2014. 2014-02-04 21:20:09 -06:00
pattern Changes all occurances of Typesafe copyright to extend to 2014. 2014-02-04 21:20:09 -06:00
persistence +per #15229 defer for PersistentActor 2014-06-10 17:09:24 +02:00
remoting Changes all occurances of Typesafe copyright to extend to 2014. 2014-02-04 21:20:09 -06:00
serialization Changes all occurances of Typesafe copyright to extend to 2014. 2014-02-04 21:20:09 -06:00
testkit Changes all occurances of Typesafe copyright to extend to 2014. 2014-02-04 21:20:09 -06:00
zeromq Changes all occurances of Typesafe copyright to extend to 2014. 2014-02-04 21:20:09 -06:00