Class EnumStateMachineConfigurerAdapter<S extends Enum<S>,E extends Enum<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>>

public class EnumStateMachineConfigurerAdapter<S extends Enum<S>,E extends Enum<E>> extends StateMachineConfigurerAdapter<S,E>
Base implementation of a StateMachineConfigurer using enums.
Author:
Janne Valkealahti
  • Constructor Details

    • EnumStateMachineConfigurerAdapter

      public EnumStateMachineConfigurerAdapter()