Interface | Description |
---|---|
StateMachineSerialisationService<S,E> |
Generic interface to handle serialisation in a state machine.
|
StateMachineService<S,E> |
Service class helping to persist and restore
StateMachine s
in a runtime environment. |
Class | Description |
---|---|
DefaultStateMachineService<S,E> |
Default implementation of a
StateMachineService . |