Package akka.cluster.client
Class ClusterClient$
- java.lang.Object
-
- akka.cluster.client.ClusterClient$
-
public class ClusterClient$ 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 ClusterClient$
MODULE$
Deprecated.Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ClusterClient$()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Props
props(ClusterClientSettings settings)
Deprecated.Use Akka gRPC instead, see https://doc.akka.io/libraries/akka-core/2.6/cluster-client.html#migration-to-akka-grpc.
-
-
-
Field Detail
-
MODULE$
public static final ClusterClient$ MODULE$
Deprecated.Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
props
public Props props(ClusterClientSettings settings)
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.Scala API: Factory method forClusterClient
Props
.
-
-