Interface ReceptionistBehaviorProvider
-
- All Known Implementing Classes:
ClusterReceptionist$
,LocalReceptionist$
public interface ReceptionistBehaviorProvider
Marker 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.String
name()
-
-
-
Method Detail
-
behavior
Behavior<Receptionist.Command> behavior()
-
name
java.lang.String name()
-
-