Class DistributedPubSubSettings$

java.lang.Object
org.apache.pekko.cluster.pubsub.DistributedPubSubSettings$

public class DistributedPubSubSettings$ extends Object
  • Field Details

    • MODULE$

      public static final DistributedPubSubSettings$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • DistributedPubSubSettings$

      public DistributedPubSubSettings$()
  • Method Details

    • apply

      public DistributedPubSubSettings apply(ActorSystem system)
      Create settings from the default configuration pekko.cluster.pub-sub.
    • apply

      public DistributedPubSubSettings apply(com.typesafe.config.Config config)
      Create settings from a configuration with the same layout as the default configuration pekko.cluster.pub-sub.
    • create

      public DistributedPubSubSettings create(ActorSystem system)
      Java API: Create settings from the default configuration pekko.cluster.pub-sub.
    • create

      public DistributedPubSubSettings create(com.typesafe.config.Config config)
      Java API: Create settings from a configuration with the same layout as the default configuration pekko.cluster.pub-sub.