id of the reliable channel.
output message.
id of the Eventsourced processor that emitted the output
message to the reliable channel.
sequence number of the input message that caused the emission
of the output message.
target that should receive the output message after it has been written.
The output message is sent to target wrapped in
org.eligosource.eventsourced.core.JournalProtocol.Written. The sender reference is
set to system.deadLetters.
true if message.sequenceNr should be updated to the journal's
current counter value or false if the journal's counter should be set to
message.sequenceNr.
id of the Eventsourced processor that emitted the output
message to the reliable channel.
sequence number of the input message that caused the emission
of the output message.
id of the reliable channel.
true if message.sequenceNr should be updated to the journal's
current counter value or false if the journal's counter should be set to
message.sequenceNr.
output message.
target that should receive the output message after it has been written.
target that should receive the output message after it has been written.
The output message is sent to target wrapped in
org.eligosource.eventsourced.core.JournalProtocol.Written. The sender reference is
set to system.deadLetters.
Instructs a
Journalto write an outputmessage. An output message is an event message sent to aReliableChannel. Together with the output message, an acknowledgement can optionally be written. The acknowledgement refers to the input message that caused the emission of the outputmessage. Refer to org.eligosource.eventsourced.core.JournalProtocol.WriteAck for more details about acknowledgements.id of the reliable channel.
output message.
id of the
Eventsourcedprocessor that emitted the output message to the reliable channel.sequence number of the input message that caused the emission of the output
message.target that should receive the output message after it has been written. The output message is sent to
targetwrapped in org.eligosource.eventsourced.core.JournalProtocol.Written. The sender reference is set tosystem.deadLetters.trueifmessage.sequenceNrshould be updated to the journal's currentcountervalue orfalseif the journal'scountershould be set tomessage.sequenceNr.