pekko/akka-docs/rst
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
..
additional =all #3858 Make case classes final 2014-03-07 13:20:01 +01:00
common Merge pull request #1986 from akka/wip-3750-improve-cluster-specification-patriknw 2014-02-13 12:11:38 +01:00
dev Updates in the Building Akka documentation page in 2014-04-15 14:37:12 +02:00
experimental !act,sam #3889 Adding Activator template FSM/become for Java with Lambda support 2014-03-05 11:16:23 +01:00
general add links to reference.conf to docs 2014-03-24 12:02:47 +01:00
images !rem #3765: Change the defaults for remoting 2014-01-17 11:29:22 +01:00
intro =doc #15213 snapshot repo for snapshot dependencies 2014-05-21 17:19:47 +02:00
java +per #15229 defer for PersistentActor 2014-06-10 17:09:24 +02:00
project !per persistAsync 2014-06-10 11:09:12 +02:00
scala +per #15229 defer for PersistentActor 2014-06-10 17:09:24 +02:00
conf.py Changes all occurances of Typesafe copyright to extend to 2014. 2014-02-04 21:20:09 -06:00
index.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
java.rst +act #3911 Adding Java Lambda compatibility for Supervisor Strategy 2014-03-17 15:04:29 +01:00
scala.rst add akka.Main and use that to add Hello World docs 2013-04-30 11:31:17 +02:00