package delivery
Ordering
- Alphabetic
Visibility
- Public
- Protected
Value Members
- object EventSourcedProducerQueue
DurableProducerQueue that can be used with akka.actor.typed.delivery.ProducerController for reliable delivery of messages.
DurableProducerQueue that can be used with akka.actor.typed.delivery.ProducerController for reliable delivery of messages. It is implemented with Event Sourcing and stores one event before sending the message to the destination and one event for the confirmation that the message has been delivered and processed.
The DurableProducerQueue.LoadState request is used at startup to retrieve the unconfirmed messages.
- Annotations
- @ApiMayChange()