S
- the type of stateE
- the type of eventpublic interface HistoryTransitionConfigurer<S,E> extends AnnotationConfigurerBuilder<StateMachineTransitionConfigurer<S,E>>
TransitionConfigurer
interface for configuring Transition
with default history state.Modifier and Type | Method and Description |
---|---|
HistoryTransitionConfigurer<S,E> |
source(S source)
Specify a source state
S for this Transition . |
HistoryTransitionConfigurer<S,E> |
target(S target)
Specify a target state
S for this Transition . |
and
HistoryTransitionConfigurer<S,E> source(S source)
S
for this Transition
.source
- the source state S
HistoryTransitionConfigurer<S,E> target(S target)
S
for this Transition
.target
- the target state S