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 Transition
s.-
Method Summary
Methods inherited from interface org.springframework.statemachine.config.common.annotation.AnnotationConfigurerBuilder
and
Methods 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 stateS
for thisTransition
.- Parameters:
target
- the target stateS
- Returns:
- configurer for chaining
-