object Settings

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Settings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(config: Config): Settings

    Scala API: Factory method from Config corresponding to akka.reliable-delivery.producer-controller.event-sourced-durable-queue.

  2. def apply(system: ActorSystem[_]): Settings

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

  3. def create(config: Config): Settings

    Java API: Factory method from Config corresponding to akka.reliable-delivery.producer-controller.event-sourced-durable-queue.

  4. def create(system: ActorSystem[_]): Settings

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