public static interface StateMachineExecutor.StateMachineExecutorTransit<S,E>
Modifier and Type | Method and Description |
---|---|
void |
transit(Transition<S,E> transition,
StateContext<S,E> stateContext,
org.springframework.messaging.Message<E> message)
Called when executor wants to do a transit.
|
void transit(Transition<S,E> transition, StateContext<S,E> stateContext, org.springframework.messaging.Message<E> message)
transition
- the transitionstateContext
- the state contextmessage
- the message