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