Class DurableProducerQueue$
- java.lang.Object
-
- org.apache.pekko.actor.typed.delivery.DurableProducerQueue$
-
public class DurableProducerQueue$ extends java.lang.ObjectActor message protocol for storing and confirming reliable delivery of messages. Apekko.actor.typed.Behaviorimplementation of this protocol can optionally be used withProducerControllerwhen messages shall survive a crash of the producer side.An implementation of this exists in
org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue.
-
-
Field Summary
Fields Modifier and Type Field Description static DurableProducerQueue$MODULE$Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description DurableProducerQueue$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringNoQualifier()
-
-
-
Field Detail
-
MODULE$
public static final DurableProducerQueue$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-