Class GenericPersistStateMachineHandler<S,E>

All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle, StateMachineReactiveLifecycle
Direct Known Subclasses:
PersistStateMachineHandler

public class GenericPersistStateMachineHandler<S,E> extends AbstractPersistStateMachineHandler<S,E>
GenericPersistStateMachineHandler is a recipe which can be used to handle a state change of an arbitrary entity in a persistent storage.
For concurrent usage, please consider using FactoryPersistStateMachineHandler to provide thread safe feature instead.
Author:
Janne Valkealahti