| Interface | Description |
|---|---|
| CommandCondition<A extends CommandActor> |
Represents a condition that must be met in order for the command
invocation to continue.
|
| MessageSender<A extends CommandActor,T> |
An interface that determines how messages are sent to the given
actor.
|
| ParameterValidator<A extends CommandActor,T> |
A validator for a specific parameter type.
|
| SenderResolver<A extends CommandActor> |
Represents a special resolver for parameters that are always first in
command methods.
|