+per #3661 Event sourcing support

This commit is contained in:
Martin Krasser 2013-10-15 09:01:07 +02:00
parent a30ca0d3d4
commit 0a2cfdc4d1
13 changed files with 948 additions and 71 deletions

View file

@ -136,7 +136,8 @@ object PersistentImpl {
}
/**
* Received by a processor when a journal failed to write a [[Persistent]] message.
* Sent to a [[Processor]] when a journal failed to write a [[Persistent]] message. If
* not handled, an `akka.actor.ActorKilledException` is thrown by that processor.
*
* @param payload payload of the persistent message.
* @param sequenceNr sequence number of the persistent message.