Packages

package delivery

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Value Members

  1. 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()

Ungrouped