Class EventSourcedProducerQueue.Settings$

java.lang.Object
org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue.Settings$
Enclosing class:
EventSourcedProducerQueue<A>

public static class EventSourcedProducerQueue.Settings$ extends Object
  • Field Details

  • Constructor Details

    • Settings$

      public Settings$()
  • Method Details

    • apply

      Scala API: Factory method from config pekko.reliable-delivery.producer-controller.event-sourced-durable-queue of the ActorSystem.
    • apply

      public EventSourcedProducerQueue.Settings apply(com.typesafe.config.Config config)
      Scala API: Factory method from Config corresponding to pekko.reliable-delivery.producer-controller.event-sourced-durable-queue.
    • create

      Java API: Factory method from config pekko.reliable-delivery.producer-controller.event-sourced-durable-queue of the ActorSystem.
    • create

      public EventSourcedProducerQueue.Settings create(com.typesafe.config.Config config)
      Java API: Factory method from Config corresponding to pekko.reliable-delivery.producer-controller.event-sourced-durable-queue.