You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current doWithAllRegion method doesn't support non reactive api.
void doWithAllRegions(Consumer<StateMachineAccess<S, E>> stateMachineAccess);
I am using 3.0.1 version of spring state machine.
To Restart the stateMachineReactively I have to use subscribe() which is not preferred.
Please find the snippet
public Mono<StateMachine<OrderState, OrderEvent>> returnActivatedStateMachine(
OrderState orderState,
StateMachine<OrderState, OrderEvent> stateMachine) {
The current doWithAllRegion method doesn't support non reactive api.
void doWithAllRegions(Consumer<StateMachineAccess<S, E>> stateMachineAccess);
I am using 3.0.1 version of spring state machine.
To Restart the stateMachineReactively I have to use subscribe() which is not preferred.
Please find the snippet
public Mono<StateMachine<OrderState, OrderEvent>> returnActivatedStateMachine(
OrderState orderState,
StateMachine<OrderState, OrderEvent> stateMachine) {
}
Can you please help with some reactive alternate for doWithAllRegions?
The text was updated successfully, but these errors were encountered: