pekko/akka-docs/rst/scala/code/docs/persistence
Patrik Nordwall 8c47e01e9d !per #15377 Mandate atomic writes for persistAll, and support rejections
* changing Plugin API for asyncWriteMessages and writeMessages
* passing explicit AtomicWrite that represents the events of
  persistAll, or a single event from persist
* journal may reject events before storing them, and that
  will result in onPersistRejected (logging) and continue in the
  persistent actor
* clarified the semantics with regards to batches and atomic writes,
  and failures and rejections in the api docs of asyncWriteMessages
  and writeMessages
* adjust the Java plugin API, asyncReplayMessages, doLoadAsync
2015-06-25 15:28:37 +02:00
..
PersistenceDocSpec.scala !per Make persistent failures fatal 2015-06-17 15:49:47 +02:00
PersistenceEventAdapterDocSpec.scala +per #17579 #17617 Introduces EventAdapter 2015-06-23 16:57:43 +02:00
PersistenceMultiDocSpec.scala Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
PersistencePluginDocSpec.scala !per #15377 Mandate atomic writes for persistAll, and support rejections 2015-06-25 15:28:37 +02:00
PersistenceSerializerDocSpec.scala Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00