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