Class DurableProducerQueue.StoreMessageSent<A>

java.lang.Object
org.apache.pekko.actor.typed.delivery.DurableProducerQueue.StoreMessageSent<A>
All Implemented Interfaces:
Serializable, DurableProducerQueue.Command<A>, scala.Equals, scala.Product
Enclosing class:
DurableProducerQueue

public static final class DurableProducerQueue.StoreMessageSent<A> extends Object implements DurableProducerQueue.Command<A>, scala.Product, Serializable
Store the fact that a message is to be sent. Replies with DurableProducerQueue.StoreMessageSentAck when the message has been successfully been stored.

This command may be retied and the implementation should be idempotent, i.e. deduplicate already processed sequence numbers.

See Also: