Class EventSourcedProducerQueue.Settings$
java.lang.Object
org.apache.pekko.persistence.typed.delivery.EventSourcedProducerQueue.Settings$
- Enclosing class:
- EventSourcedProducerQueue<A>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EventSourcedProducerQueue.Settings$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(com.typesafe.config.Config config) Scala API: Factory method from Config corresponding topekko.reliable-delivery.producer-controller.event-sourced-durable-queue.apply(ActorSystem<?> system) Scala API: Factory method from configpekko.reliable-delivery.producer-controller.event-sourced-durable-queueof theActorSystem.create(com.typesafe.config.Config config) Java API: Factory method from Config corresponding topekko.reliable-delivery.producer-controller.event-sourced-durable-queue.create(ActorSystem<?> system) Java API: Factory method from configpekko.reliable-delivery.producer-controller.event-sourced-durable-queueof theActorSystem.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Settings$
public Settings$()
-
-
Method Details
-
apply
Scala API: Factory method from configpekko.reliable-delivery.producer-controller.event-sourced-durable-queueof theActorSystem. -
apply
Scala API: Factory method from Config corresponding topekko.reliable-delivery.producer-controller.event-sourced-durable-queue. -
create
Java API: Factory method from configpekko.reliable-delivery.producer-controller.event-sourced-durable-queueof theActorSystem. -
create
Java API: Factory method from Config corresponding topekko.reliable-delivery.producer-controller.event-sourced-durable-queue.
-