S
- the type of stateE
- the type of eventpublic interface ReactiveStateMachineAccess<S,E>
StateMachine
internals.Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<java.lang.Void> |
resetStateMachineReactively(StateMachineContext<S,E> stateMachineContext)
Reset state machine reactively.
|
reactor.core.publisher.Mono<java.lang.Void> resetStateMachineReactively(StateMachineContext<S,E> stateMachineContext)
stateMachineContext
- the state machine context