| Interface | Description |
|---|---|
| StateMachineFactory<S,E> |
StateMachineFactory is a strategy interface building StateMachines. |
| Class | Description |
|---|---|
| EnumStateMachineConfigurerAdapter<S extends java.lang.Enum<S>,E extends java.lang.Enum<E>> | |
| EnumStateMachineFactory<S extends java.lang.Enum<S>,E extends java.lang.Enum<E>> |
StateMachineFactory implementation using enums to build StateMachines. |
| StateData<S,E> |
StateData is a data representation of a State used as an
abstraction between a StateMachineFactory and a state machine
configuration. |
| StateMachineConfig<S,E> | |
| StateMachineConfigurerAdapter<S,E> |
Adapter implementation for
StateMachineConfigurer. |
| Annotation Type | Description |
|---|---|
| EnableStateMachine |
Example annotation which imports @
Configurations. |
| EnableStateMachineFactory |
Example annotation which imports @
Configurations. |