Class ProducerController.Settings$

java.lang.Object
org.apache.pekko.actor.typed.delivery.ProducerController.Settings$
Enclosing class:
ProducerController

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

  • Constructor Details

    • Settings$

      public Settings$()
  • Method Details

    • apply

      public ProducerController.Settings apply(ActorSystem<?> system)
      Scala API: Factory method from config pekko.reliable-delivery.producer-controller of the ActorSystem.
    • apply

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

      public ProducerController.Settings create(ActorSystem<?> system)
      Java API: Factory method from config pekko.reliable-delivery.producer-controller of the ActorSystem.
    • create

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