Package akka.cluster.client
Class ClusterReceptionistSettings$
- java.lang.Object
-
- akka.cluster.client.ClusterReceptionistSettings$
-
public class ClusterReceptionistSettings$ extends java.lang.Object
Deprecated.Use Akka gRPC instead, see https://doc.akka.io/libraries/akka-core/2.6/cluster-client.html#migration-to-akka-grpc. Since 2.6.0.
-
-
Field Summary
Fields Modifier and Type Field Description static ClusterReceptionistSettings$
MODULE$
Deprecated.Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ClusterReceptionistSettings$()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ClusterReceptionistSettings
apply(ActorSystem system)
Deprecated.Create settings from the default configurationakka.cluster.client.receptionist
.ClusterReceptionistSettings
apply(com.typesafe.config.Config config)
Deprecated.Create settings from a configuration with the same layout as the default configurationakka.cluster.client.receptionist
.ClusterReceptionistSettings
create(ActorSystem system)
Deprecated.Java API: Create settings from the default configurationakka.cluster.client.receptionist
.ClusterReceptionistSettings
create(com.typesafe.config.Config config)
Deprecated.Java API: Create settings from a configuration with the same layout as the default configurationakka.cluster.client.receptionist
.
-
-
-
Field Detail
-
MODULE$
public static final ClusterReceptionistSettings$ MODULE$
Deprecated.Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public ClusterReceptionistSettings apply(ActorSystem system)
Deprecated.Create settings from the default configurationakka.cluster.client.receptionist
.
-
apply
public ClusterReceptionistSettings apply(com.typesafe.config.Config config)
Deprecated.Create settings from a configuration with the same layout as the default configurationakka.cluster.client.receptionist
.
-
create
public ClusterReceptionistSettings create(ActorSystem system)
Deprecated.Java API: Create settings from the default configurationakka.cluster.client.receptionist
.
-
create
public ClusterReceptionistSettings create(com.typesafe.config.Config config)
Deprecated.Java API: Create settings from a configuration with the same layout as the default configurationakka.cluster.client.receptionist
.
-
-