S - the type of stateE - the type of eventpublic interface ForkTransitionConfigurer<S,E> extends AnnotationConfigurerBuilder<StateMachineTransitionConfigurer<S,E>>
TransitionConfigurer interface for configuring Transition
from a fork pseudo state.| Modifier and Type | Method and Description |
|---|---|
ForkTransitionConfigurer<S,E> |
source(S source)
Specify a source state
S for this Transition. |
ForkTransitionConfigurer<S,E> |
target(S target)
Specify a target state
S for this Transition. |
andForkTransitionConfigurer<S,E> source(S source)
S for this Transition.source - the source state SForkTransitionConfigurer<S,E> target(S target)
S for this Transition.target - the target state S