Class DurableProducerQueue.MessageSent<A>
java.lang.Object
org.apache.pekko.actor.typed.delivery.DurableProducerQueue.MessageSent<A>
- All Implemented Interfaces:
DurableProducerQueue.Event,DeliverySerializable
- Enclosing class:
- DurableProducerQueue
public static final class DurableProducerQueue.MessageSent<A>
extends Object
implements DurableProducerQueue.Event
The fact (event) that a message has been sent.
-
Constructor Summary
ConstructorsConstructorDescriptionMessageSent(long seqNr, Object message, boolean ack, String confirmationQualifier, long timestampMillis) -
Method Summary
Modifier and TypeMethodDescriptionbooleanack()booleaninthashCode()message()longseqNr()longtoString()withConfirmationQualifier(String qualifier) withTimestampMillis(long timestamp)
-
Constructor Details
-
MessageSent
-
-
Method Details
-
seqNr
public long seqNr() -
message
-
ack
public boolean ack() -
confirmationQualifier
-
timestampMillis
public long timestampMillis() -
withConfirmationQualifier
-
withTimestampMillis
-
equals
-
hashCode
public int hashCode() -
toString
-