Interface StateMachinePersist<S,E,T>

Type Parameters:
S - the type of state
E - the type of event
T - the type of context object
All Known Subinterfaces:
StateMachineRuntimePersister<S,E,T>
All Known Implementing Classes:
AbstractPersistingStateMachineInterceptor, JpaPersistingStateMachineInterceptor, JpaRepositoryStateMachinePersist, MongoDbPersistingStateMachineInterceptor, MongoDbRepositoryStateMachinePersist, RedisPersistingStateMachineInterceptor, RedisRepositoryStateMachinePersist, RepositoryStateMachinePersist, RepositoryStateMachinePersist, ZookeeperStateMachinePersist

public interface StateMachinePersist<S,E,T>
StateMachinePersist is an interface handling serialization logic of a StateMachineContext.
Author:
Janne Valkealahti