pekko/akka-samples/akka-sample-persistence-java-lambda
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
..
project =pro upgrade to latest sbt and add first auto plugins 2014-11-30 15:34:59 +02:00
src/main !per #15377 Mandate atomic writes for persistAll, and support rejections 2015-06-25 15:28:37 +02:00
tutorial +per #15424 Added PersistentView, deprecated View 2014-06-26 10:10:09 +02:00
.gitignore =sam #3945 Added license file and tutorial to java8 persistence sample 2014-03-27 13:32:28 +01:00
activator.properties =per #3915 Make become work during recovery for EventsourcedProcessor et.c. 2014-03-22 00:47:03 +01:00
build.sbt =pro #16695 Update dependencies 2015-05-19 08:37:54 +02:00
COPYING =sam #3945 Added license file and tutorial to java8 persistence sample 2014-03-27 13:32:28 +01:00
LICENSE =sam #3945 Added license file and tutorial to java8 persistence sample 2014-03-27 13:32:28 +01:00
pom.xml =pro #16695 Update dependencies 2015-05-19 08:37:54 +02:00