Package akka.cluster.client
Class ClusterReceptionist$
- java.lang.Object
-
- akka.cluster.client.ClusterReceptionist$
-
public class ClusterReceptionist$ 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 ClusterReceptionist$
MODULE$
Deprecated.Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ClusterReceptionist$()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Props
props(ActorRef pubSubMediator, ClusterReceptionistSettings settings)
Deprecated.Scala API: Factory method forClusterReceptionist
Props
.
-
-
-
Field Detail
-
MODULE$
public static final ClusterReceptionist$ MODULE$
Deprecated.Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
props
public Props props(ActorRef pubSubMediator, ClusterReceptionistSettings settings)
Deprecated.Scala API: Factory method forClusterReceptionist
Props
.
-
-