Interface ReceptionistBehaviorProvider
-
- All Known Implementing Classes:
ClusterReceptionist$,LocalReceptionist$
public interface ReceptionistBehaviorProviderMarker interface to use with dynamic accessINTERNAL API
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Behavior<Receptionist.Command>behavior()java.lang.Stringname()
-
-
-
Method Detail
-
behavior
Behavior<Receptionist.Command> behavior()
-
name
java.lang.String name()
-
-