pekko/akka-persistence/src/main/scala/akka/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
..
fsm !per #15644 Rename persist(seq) to persistAll 2015-06-16 15:26:48 +02:00
journal !per #15377 Mandate atomic writes for persistAll, and support rejections 2015-06-25 15:28:37 +02:00
serialization !per #15377 Mandate atomic writes for persistAll, and support rejections 2015-06-25 15:28:37 +02:00
snapshot !per #17755 removes the saved callback in plugins and adds receive 2015-06-25 13:44:03 +02:00
AtLeastOnceDelivery.scala !per Make persistent failures fatal 2015-06-17 15:49:47 +02:00
BackoffSupervisor.scala !per Make persistent failures fatal 2015-06-17 15:49:47 +02:00
Eventsourced.scala !per #15377 Mandate atomic writes for persistAll, and support rejections 2015-06-25 15:28:37 +02:00
JournalProtocol.scala !per #15377 Mandate atomic writes for persistAll, and support rejections 2015-06-25 15:28:37 +02:00
package.scala Changes all occurances of Typesafe copyright to extend to 2015 2015-03-10 14:12:19 -07:00
Persistence.scala +pro #17611 add perl script to find javadoc errors 2015-06-24 16:34:36 +02:00
Persistent.scala !per #15377 Mandate atomic writes for persistAll, and support rejections 2015-06-25 15:28:37 +02:00
PersistentActor.scala Merge pull request #17742 from akka/wip-15644-persist-seq-patriknw 2015-06-18 11:35:03 +02:00
PersistentView.scala !per Make persistent failures fatal 2015-06-17 15:49:47 +02:00
Protocol.scala =per #16802 no need to verify serialization on journal protocol 2015-05-28 02:43:58 +02:00
SnapshotProtocol.scala !per #17586 async snapshot delete and remove timestamp from deleteSnapshot() 2015-06-25 10:19:55 +02:00
Snapshotter.scala !per #17586 async snapshot delete and remove timestamp from deleteSnapshot() 2015-06-25 10:19:55 +02:00