Class ReactiveStateMachineExecutor<S,E>

java.lang.Object
org.springframework.statemachine.support.LifecycleObjectSupport
org.springframework.statemachine.support.ReactiveStateMachineExecutor<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, StateMachineExecutor<S,E>, StateMachineReactiveLifecycle

public class ReactiveStateMachineExecutor<S,E> extends LifecycleObjectSupport implements StateMachineExecutor<S,E>
Default reactive implementation of a StateMachineExecutor.