Package org.apache.pekko.cluster.client
Class ClusterReceptionist$
- java.lang.Object
-
- org.apache.pekko.cluster.client.ClusterReceptionist$
-
public class ClusterReceptionist$ 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 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 Propsprops(ActorRef pubSubMediator, ClusterReceptionistSettings settings)Deprecated.Scala API: Factory method forClusterReceptionistpekko.actor.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 forClusterReceptionistpekko.actor.Props.
-
-