Package org.apache.pekko.cluster.client
Class ClusterClient$
- java.lang.Object
 - 
- org.apache.pekko.cluster.client.ClusterClient$
 
 
- 
public class ClusterClient$ extends java.lang.ObjectDeprecated.Use Apache Pekko gRPC instead, see https://pekko.apache.org/docs/pekko/current/cluster-client.html#migration-to-pekko-grpc. Since Akka 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 Propsprops(ClusterClientSettings settings)Deprecated.Use Apache Pekko gRPC instead, see https://pekko.apache.org/docs/pekko/current/cluster-client.html#migration-to-pekko-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 Apache Pekko gRPC instead, see https://pekko.apache.org/docs/pekko/current/cluster-client.html#migration-to-pekko-grpc. Since Akka 2.6.0.Scala API: Factory method forClusterClientpekko.actor.Props. 
 - 
 
 -