pekko/akka-docs
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
..
_sphinx =doc #17329 Fixed and normalized spellings in ScalaDoc and comments 2015-06-02 21:06:25 -07:00
rst !per #15377 Mandate atomic writes for persistAll, and support rejections 2015-06-25 15:28:37 +02:00
src/main +cdd #16799 Add Distributed Data module 2015-06-18 15:58:22 +02:00
.history Tests are green with new Futures, consider this a half-way-there marker 2011-12-11 00:40:52 +01:00
build.sbt =pro run multi-jvm tests when validating pr 2015-05-28 13:57:50 +03:00