AbstractBehavior<T> |
Implement this method to process an incoming message and return the next behavior.
|
AskPattern |
Provides a scheduler from an actor system (that will likely already be implicit in the scope) to minimize ask
boilerplate.
|
AskPattern.Askable<Req> |
The ask-pattern implements the initiator side of a request–reply protocol.
|
AskPattern.Askable$ |
|
AskPattern$ |
Provides a scheduler from an actor system (that will likely already be implicit in the scope) to minimize ask
boilerplate.
|
Behaviors |
setup is a factory for a behavior.
|
Behaviors.ReceiveImpl<T> |
|
Behaviors.ReceiveMessageImpl<T> |
|
Behaviors.Supervise<T> |
Specify the SupervisorStrategy to be invoked when the wrapped behavior throws.
|
Behaviors.Supervise$ |
|
Behaviors$ |
setup is a factory for a behavior.
|
Routers |
A router that will keep track of the available routees registered to the Receptionist
and route over those by random selection.
|
Routers$ |
A router that will keep track of the available routees registered to the Receptionist
and route over those by random selection.
|
StashBuffer$ |
INTERNAL API
Create an empty message buffer.
|