Class ClusterReceptionist$
- java.lang.Object
-
- akka.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(akka.cluster.typed.internal.receptionist.ClusterReceptionist.Setup setup, akka.cluster.typed.internal.receptionist.ClusterReceptionist.State state)
ORMultiMap<ServiceKey<?>,akka.cluster.typed.internal.receptionist.ClusterReceptionist.Entry>
EmptyORMultiMap()
java.lang.String
name()
-
-
-
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<?>,akka.cluster.typed.internal.receptionist.ClusterReceptionist.Entry> EmptyORMultiMap()
-
name
public java.lang.String name()
- Specified by:
name
in interfaceReceptionistBehaviorProvider
-
behavior
public Behavior<Receptionist.Command> behavior()
- Specified by:
behavior
in interfaceReceptionistBehaviorProvider
-
behavior
public Behavior<Receptionist.Command> behavior(akka.cluster.typed.internal.receptionist.ClusterReceptionist.Setup setup, akka.cluster.typed.internal.receptionist.ClusterReceptionist.State state)
-
-