java.lang.Object
org.springframework.statemachine.config.AbstractStateMachineConfigurerAdapter<S,E>
org.springframework.statemachine.config.StateMachineConfigurerAdapter<S,E>
org.springframework.statemachine.config.EnumStateMachineConfigurerAdapter<S,E>
- Type Parameters:
S
- the type of stateE
- the type of event
- All Implemented Interfaces:
StateMachineConfigurer<S,
,E> AnnotationConfigurer<StateMachineConfig<S,
E>, StateMachineConfigBuilder<S, E>>
public class EnumStateMachineConfigurerAdapter<S extends Enum<S>,E extends Enum<E>>
extends StateMachineConfigurerAdapter<S,E>
Base implementation of a
StateMachineConfigurer
using enums.-
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.statemachine.config.AbstractStateMachineConfigurerAdapter
configure, configure, configure, configure, configure, getStateMachineConfigurationBuilder, getStateMachineModelBuilder, getStateMachineStateBuilder, getStateMachineTransitionBuilder, init, isAssignable
-
Constructor Details
-
EnumStateMachineConfigurerAdapter
public EnumStateMachineConfigurerAdapter()
-