Interface | Description |
---|---|
Action<S,E> |
Generic strategy interface used by a state machine to respond
events by executing an
Action with a StateContext . |
ActionListener<S,E> |
ActionListener for various action events. |
Class | Description |
---|---|
Actions |
Action Utilities.
|
CompositeActionListener<S,E> |
Implementation of a
ActionListener backed by a multiple listeners. |
DistributedLeaderAction<S,E> |
Action which is used to wrap execution of an Action
so that only a StateMachine considered to be a leader in an
StateMachineEnsemble will do the execution. |
SpelExpressionAction<S,E> |
Action which uses Spring SpEL expression for action execution. |
Enum | Description |
---|---|
StateDoActionPolicy |
Enumerations for possible state do action policies.
|