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