Class StateMachineConfigurerAdapter<S,E>

java.lang.Object
org.springframework.statemachine.config.AbstractStateMachineConfigurerAdapter<S,E>
org.springframework.statemachine.config.StateMachineConfigurerAdapter<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:
EnumStateMachineConfigurerAdapter

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

    • StateMachineConfigurerAdapter

      public StateMachineConfigurerAdapter()