public class DistributedPubSubSettings$
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static DistributedPubSubSettings$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
DistributedPubSubSettings$() |
| Modifier and Type | Method and Description |
|---|---|
DistributedPubSubSettings |
apply(ActorSystem system)
Create settings from the default configuration
akka.cluster.pub-sub. |
DistributedPubSubSettings |
apply(com.typesafe.config.Config config)
Create settings from a configuration with the same layout as
the default configuration
akka.cluster.pub-sub. |
DistributedPubSubSettings |
create(ActorSystem system)
Java API: Create settings from the default configuration
akka.cluster.pub-sub. |
DistributedPubSubSettings |
create(com.typesafe.config.Config config)
Java API: Create settings from a configuration with the same layout as
the default configuration
akka.cluster.pub-sub. |
scala.Option<java.lang.String> |
roleOption(java.lang.String role)
INTERNAL API
|
public static final DistributedPubSubSettings$ MODULE$
public DistributedPubSubSettings apply(ActorSystem system)
akka.cluster.pub-sub.system - (undocumented)public DistributedPubSubSettings apply(com.typesafe.config.Config config)
akka.cluster.pub-sub.config - (undocumented)public DistributedPubSubSettings create(ActorSystem system)
akka.cluster.pub-sub.system - (undocumented)public DistributedPubSubSettings create(com.typesafe.config.Config config)
akka.cluster.pub-sub.config - (undocumented)public scala.Option<java.lang.String> roleOption(java.lang.String role)
role - (undocumented)