Class AbstractStateMachineConfigurerAdapter<S,E>

java.lang.Object
org.springframework.statemachine.config.AbstractStateMachineConfigurerAdapter<S,E>
Type Parameters:
S - the type of state
E - the type of event
All Implemented Interfaces:
StateMachineConfigurer<S,E>, AnnotationConfigurer<StateMachineConfig<S,E>,StateMachineConfigBuilder<S,E>>
Direct Known Subclasses:
StateMachineConfigurerAdapter

public abstract class AbstractStateMachineConfigurerAdapter<S,E> extends Object implements StateMachineConfigurer<S,E>
Adapter base implementation for StateMachineConfigurer.
Author:
Janne Valkealahti