object EventSourcedProducerQueue
Ordering
- Alphabetic
- By Inheritance
Inherited
- EventSourcedProducerQueue
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply[A](persistenceId: PersistenceId, settings: Settings): [Command[A]]
- def apply[A](persistenceId: PersistenceId): [Command[A]]
- def create[A](persistenceId: PersistenceId, settings: Settings): [Command[A]]
Java API
- def create[A](persistenceId: PersistenceId): [Command[A]]
Java API
- object Settings
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.