+per #3661 Event sourcing support
This commit is contained in:
parent
a30ca0d3d4
commit
0a2cfdc4d1
13 changed files with 948 additions and 71 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue