Interface | Description |
---|---|
StateMachinePersister<S,E,T> |
Interface persisting and restoring a
StateMachine from
a persistent storage. |
Class | Description |
---|---|
AbstractStateMachinePersister<S,E,T> |
Base implementation of a
StateMachinePersister easing persist
and restore operations with a StateMachinePersist . |
DefaultStateMachinePersister<S,E,T> |
Default implementation of a
StateMachinePersister . |
RepositoryStateMachinePersist<S,E> |
A
StateMachinePersist using a generic StateMachineContextRepository
for persisting StateMachineContext . |