Interface StateMachineRuntimePersister<S,E,T>

Type Parameters:
S - the type of state
E - the type of event
T - the type of persister context object
All Superinterfaces:
StateMachinePersist<S,E,T>
All Known Implementing Classes:
JpaPersistingStateMachineInterceptor, MongoDbPersistingStateMachineInterceptor, RedisPersistingStateMachineInterceptor

public interface StateMachineRuntimePersister<S,E,T> extends StateMachinePersist<S,E,T>
Interface defining a runtime persistence of a StateMachine.