Interface ReactiveStateMachineAccess<S,E>
- Type Parameters:
S
- the type of stateE
- the type of event
- All Known Subinterfaces:
StateMachineAccess<S,
E>
- All Known Implementing Classes:
AbstractStateMachine
,ObjectStateMachine
public interface ReactiveStateMachineAccess<S,E>
Functional interface exposing reactive
StateMachine
internals.-
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>
resetStateMachineReactively
(StateMachineContext<S, E> stateMachineContext) Reset state machine reactively.
-
Method Details
-
resetStateMachineReactively
reactor.core.publisher.Mono<Void> resetStateMachineReactively(StateMachineContext<S, E> stateMachineContext) Reset state machine reactively.- Parameters:
stateMachineContext
- the state machine context- Returns:
- mono for completion
-