Class DurableProducerQueue


  • public class DurableProducerQueue
    extends java.lang.Object
    Actor message protocol for storing and confirming reliable delivery of messages. A 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 akka.persistence.typed.delivery.EventSourcedProducerQueue.

    • Constructor Detail

      • DurableProducerQueue

        public DurableProducerQueue()
    • Method Detail

      • NoQualifier

        public static java.lang.String NoQualifier()