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