Interface | Description |
---|---|
StateMachinePersister<S,E,T> |
Interface persisting and restoring a
StateMachine from
a persistent storage. |
StateMachineRuntimePersister<S,E,T> |
Interface defining a runtime persistence of a
StateMachine . |
Class | Description |
---|---|
AbstractPersistingStateMachineInterceptor<S,E,T> |
Base class for
StateMachineInterceptor persisting StateMachineContext s. |
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 . |