Interface ExternalTransitionConfigurer<S,E>
- Type Parameters:
S- the type of stateE- the type of event
- All Superinterfaces:
AnnotationConfigurerBuilder<StateMachineTransitionConfigurer<S,,E>> TransitionConfigurer<ExternalTransitionConfigurer<S,E>, S, E>
- All Known Implementing Classes:
DefaultExternalTransitionConfigurer
public interface ExternalTransitionConfigurer<S,E>
extends TransitionConfigurer<ExternalTransitionConfigurer<S,E>,S,E>
TransitionConfigurer interface for configuring external Transitions.- Author:
- Janne Valkealahti
-
Method Summary
Methods inherited from interface org.springframework.statemachine.config.common.annotation.AnnotationConfigurerBuilder
andMethods inherited from interface org.springframework.statemachine.config.configurers.TransitionConfigurer
action, action, actionFunction, event, guard, guardExpression, name, secured, secured, source, state, timer, timerOnce
-
Method Details
-
target
Specify a target stateSfor thisTransition.- Parameters:
target- the target stateS- Returns:
- configurer for chaining
-