Interface ModelConfigurer<S,E>
- Type Parameters:
S
- the type of stateE
- the type of event
- All Superinterfaces:
AnnotationConfigurerBuilder<StateMachineModelConfigurer<S,
E>>
- All Known Implementing Classes:
DefaultModelConfigurer
public interface ModelConfigurer<S,E>
extends AnnotationConfigurerBuilder<StateMachineModelConfigurer<S,E>>
Base
ModelConfigurer
interface for configuring state machine model.-
Method Summary
Modifier and TypeMethodDescriptionfactory
(StateMachineModelFactory<S, E> factory) Specify a state machine model factory.Methods inherited from interface org.springframework.statemachine.config.common.annotation.AnnotationConfigurerBuilder
and
-
Method Details
-
factory
Specify a state machine model factory.- Parameters:
factory
- the state machine model factory- Returns:
- configurer for chaining
-