S
- the type of stateE
- the type of eventpublic interface ModelConfigurer<S,E> extends AnnotationConfigurerBuilder<StateMachineModelConfigurer<S,E>>
ModelConfigurer
interface for configuring state machine model.Modifier and Type | Method and Description |
---|---|
ModelConfigurer<S,E> |
factory(StateMachineModelFactory<S,E> factory)
Specify a state machine model factory.
|
and
ModelConfigurer<S,E> factory(StateMachineModelFactory<S,E> factory)
factory
- the state machine model factory