| Interface | Description |
|---|---|
| Action<S,E> |
Generic strategy interface used by a state machine to respond
events by executing an
Action with a StateContext. |
| Class | Description |
|---|---|
| SpelExpressionAction<S,E> |
Action which uses Spring SpEL expression for action execution. |