Class LocalReceptionist$
- java.lang.Object
-
- akka.actor.typed.internal.receptionist.LocalReceptionist$
-
- All Implemented Interfaces:
ReceptionistBehaviorProvider
public class LocalReceptionist$ extends java.lang.Object implements ReceptionistBehaviorProvider
INTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static LocalReceptionist$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description LocalReceptionist$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Behavior<Receptionist.Command>
behavior()
java.lang.String
name()
-
-
-
Field Detail
-
MODULE$
public static final LocalReceptionist$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
name
public java.lang.String name()
- Specified by:
name
in interfaceReceptionistBehaviorProvider
-
behavior
public Behavior<Receptionist.Command> behavior()
- Specified by:
behavior
in interfaceReceptionistBehaviorProvider
-
-