Class ClusterReceptionist$
- java.lang.Object
-
- org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist$
-
- All Implemented Interfaces:
ReceptionistBehaviorProvider
public class ClusterReceptionist$ extends java.lang.Object implements ReceptionistBehaviorProvider
INTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static ClusterReceptionist$MODULE$Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ClusterReceptionist$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Behavior<Receptionist.Command>behavior()Behavior<Receptionist.Command>behavior(org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist.Setup setup, org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist.State state)ORMultiMap<ServiceKey<?>,org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist.Entry>EmptyORMultiMap()java.lang.Stringname()
-
-
-
Field Detail
-
MODULE$
public static final ClusterReceptionist$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
EmptyORMultiMap
public final ORMultiMap<ServiceKey<?>,org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist.Entry> EmptyORMultiMap()
-
name
public java.lang.String name()
- Specified by:
namein interfaceReceptionistBehaviorProvider
-
behavior
public Behavior<Receptionist.Command> behavior()
- Specified by:
behaviorin interfaceReceptionistBehaviorProvider
-
behavior
public Behavior<Receptionist.Command> behavior(org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist.Setup setup, org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist.State state)
-
-