Class StateMachineEnsembleObjectSupport<S,E>

java.lang.Object
org.springframework.statemachine.support.LifecycleObjectSupport
org.springframework.statemachine.ensemble.StateMachineEnsembleObjectSupport<S,E>
Type Parameters:
S - the type of state
E - the type of event
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, StateMachineEnsemble<S,E>, StateMachineReactiveLifecycle
Direct Known Subclasses:
ZookeeperStateMachineEnsemble

public abstract class StateMachineEnsembleObjectSupport<S,E> extends LifecycleObjectSupport implements StateMachineEnsemble<S,E>
Support class for implementing StateMachineEnsembles.
Author:
Janne Valkealahti