Class DurableProducerQueue
java.lang.Object
org.apache.pekko.actor.typed.delivery.DurableProducerQueue
Actor message protocol for storing and confirming reliable delivery of messages. A
pekko.actor.typed.Behavior
implementation of this protocol can optionally be used with ProducerController when messages shall survive
a crash of the producer side.
An implementation of this exists in org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic interfacestatic classstatic interfaceINTERNAL APIstatic final classRequest that is used at startup to retrieve the unconfirmed messages and current sequence number.static classstatic final classThe fact (event) that a message has been sent.static classstatic final classstatic classstatic final classStore the fact that a message has been confirmed to be delivered and processed.static classstatic final classStore the fact that a message is to be sent.static classstatic final classstatic class -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DurableProducerQueue
public DurableProducerQueue()
-
-
Method Details
-
NoQualifier
-