Class PersistStateMachineHandler

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

public class PersistStateMachineHandler extends GenericPersistStateMachineHandler<String,String>
PersistStateMachineHandler 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.
  • Constructor Details