Class ModelData<S,E>

java.lang.Object
org.springframework.statemachine.config.builders.ModelData<S,E>
Type Parameters:
S - the type of state
E - the type of event

public class ModelData<S,E> extends Object
Data object used return and build data from a ModelConfigurer.
  • Constructor Details

    • ModelData

      public ModelData(StateMachineModelFactory<S,E> factory)
      Instantiates a new model data.
      Parameters:
      factory - the factory
  • Method Details