case classConfirmation(processorId: Int, channelId: Int, sequenceNr: Long, positive: Boolean) extends Product with Serializable
Confirmation message, generated by channel destinations when confirming a message receipt
(by calling Message.confirm(Boolean)). System message, not used by applications.
processorId
Sending processor id.
channelId
Sending channel id.
sequenceNr
Message sequence number.
positive
true for a positive confirmation, false otherwise.
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Confirmation message, generated by channel destinations when confirming a message receipt (by calling
Message.confirm(Boolean)
). System message, not used by applications.Sending processor id.
Sending channel id.
Message sequence number.
true
for a positive confirmation,false
otherwise.