Package akka.cluster.pubsub
Class DistributedPubSubSettings$
- java.lang.Object
-
- akka.cluster.pubsub.DistributedPubSubSettings$
-
public class DistributedPubSubSettings$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static DistributedPubSubSettings$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description DistributedPubSubSettings$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DistributedPubSubSettings
apply(ActorSystem system)
Create settings from the default configurationakka.cluster.pub-sub
.DistributedPubSubSettings
apply(com.typesafe.config.Config config)
Create settings from a configuration with the same layout as the default configurationakka.cluster.pub-sub
.DistributedPubSubSettings
create(ActorSystem system)
Java API: Create settings from the default configurationakka.cluster.pub-sub
.DistributedPubSubSettings
create(com.typesafe.config.Config config)
Java API: Create settings from a configuration with the same layout as the default configurationakka.cluster.pub-sub
.
-
-
-
Field Detail
-
MODULE$
public static final DistributedPubSubSettings$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public DistributedPubSubSettings apply(ActorSystem system)
Create settings from the default configurationakka.cluster.pub-sub
.
-
apply
public DistributedPubSubSettings apply(com.typesafe.config.Config config)
Create settings from a configuration with the same layout as the default configurationakka.cluster.pub-sub
.
-
create
public DistributedPubSubSettings create(ActorSystem system)
Java API: Create settings from the default configurationakka.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 configurationakka.cluster.pub-sub
.
-
-