Package akka.actor.typed.delivery
Class DurableProducerQueue$
- java.lang.Object
-
- akka.actor.typed.delivery.DurableProducerQueue$
-
public class DurableProducerQueue$ extends java.lang.Object
Actor message protocol for storing and confirming reliable delivery of messages. ABehavior
implementation of this protocol can optionally be used withProducerController
when messages shall survive a crash of the producer side.An implementation of this exists in
akka.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.String
NoQualifier()
-
-
-
Field Detail
-
MODULE$
public static final DurableProducerQueue$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-