S - the type of stateE - the type of eventpublic interface ExitTransitionConfigurer<S,E> extends AnnotationConfigurerBuilder<StateMachineTransitionConfigurer<S,E>>
TransitionConfigurer interface for configuring Transition
with an exitpoint pseudo state.| Modifier and Type | Method and Description |
|---|---|
ExitTransitionConfigurer<S,E> |
source(S source)
Specify a source state
S for this Transition. |
ExitTransitionConfigurer<S,E> |
target(S target)
Specify a target state
S for this Transition. |
andExitTransitionConfigurer<S,E> source(S source)
S for this Transition.source - the source state SExitTransitionConfigurer<S,E> target(S target)
S for this Transition.target - the target state S