Class ClusterReceptionist$
java.lang.Object
org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist$
- All Implemented Interfaces:
ReceptionistBehaviorProvider
INTERNAL API
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ClusterReceptionist$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbehavior()behavior(org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist.Setup setup, org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist.State state) final ORMultiMap<ServiceKey<?>,org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist.Entry> name()
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ClusterReceptionist$
public ClusterReceptionist$()
-
-
Method Details
-
EmptyORMultiMap
public final ORMultiMap<ServiceKey<?>,org.apache.pekko.cluster.typed.internal.receptionist.ClusterReceptionist.Entry> EmptyORMultiMap() -
name
- Specified by:
namein interfaceReceptionistBehaviorProvider
-
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)
-