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