Class StateMachineConfigurationBuilder<S,E>

Type Parameters:
S - the type of state
E - the type of event
All Implemented Interfaces:
StateMachineConfigurationConfigurer<S,E>, AnnotationBuilder<ConfigurationData<S,E>>

Author:
Janne Valkealahti
  • Constructor Details

    • StateMachineConfigurationBuilder

      public StateMachineConfigurationBuilder()
      Instantiates a new state machine configuration builder.
    • StateMachineConfigurationBuilder

      public StateMachineConfigurationBuilder(ObjectPostProcessor<Object> objectPostProcessor, boolean allowConfigurersOfSameType)
      Instantiates a new state machine configuration builder.
      Parameters:
      objectPostProcessor - the object post processor
      allowConfigurersOfSameType - the allow configurers of same type
    • StateMachineConfigurationBuilder

      public StateMachineConfigurationBuilder(ObjectPostProcessor<Object> objectPostProcessor)
      Instantiates a new state machine configuration builder.
      Parameters:
      objectPostProcessor - the object post processor
  • Method Details