Package akka.actor.typed.receptionist
Class Receptionist.Command
- java.lang.Object
-
- akka.actor.typed.receptionist.Receptionist.Command
-
- Direct Known Subclasses:
ReceptionistMessages.Deregister
,ReceptionistMessages.Find
,ReceptionistMessages.Register
,ReceptionistMessages.Subscribe
- Enclosing class:
- Receptionist
public abstract static class Receptionist.Command extends java.lang.Object
The set of commands accepted by a Receptionist.Not for user Extension
-
-
Constructor Summary
Constructors Constructor Description Command()
-