Interface DistributedStateMachineConfigurer<S,E>
- Type Parameters:
S- the type of stateE- the type of event
- All Superinterfaces:
AnnotationConfigurerBuilder<StateMachineConfigurationConfigurer<S,E>>
- All Known Implementing Classes:
DefaultDistributedStateMachineConfigurer
public interface DistributedStateMachineConfigurer<S,E>
extends AnnotationConfigurerBuilder<StateMachineConfigurationConfigurer<S,E>>
Base
DistributedStateMachineConfigurer interface for configuring
distributed state machine.-
Method Summary
Modifier and TypeMethodDescriptionensemble(StateMachineEnsemble<S, E> ensemble) Specify aStateMachineEnsemble.Methods inherited from interface org.springframework.statemachine.config.common.annotation.AnnotationConfigurerBuilder
and
-
Method Details
-
ensemble
Specify aStateMachineEnsemble.- Parameters:
ensemble- the state machine ensemble- Returns:
- configurer for chaining
-