Class StateMachineExecutor.MonoSinkStateMachineExecutorCallback
java.lang.Object
org.springframework.statemachine.support.StateMachineExecutor.MonoSinkStateMachineExecutorCallback
- All Implemented Interfaces:
Consumer<reactor.core.publisher.MonoSink<Void>>
,StateMachineExecutor.StateMachineExecutorCallback
- Enclosing interface:
- StateMachineExecutor<S,
E>
public static class StateMachineExecutor.MonoSinkStateMachineExecutorCallback
extends Object
implements Consumer<reactor.core.publisher.MonoSink<Void>>, StateMachineExecutor.StateMachineExecutorCallback
-
Constructor Details
-
MonoSinkStateMachineExecutorCallback
public MonoSinkStateMachineExecutorCallback()
-
-
Method Details
-
complete
public void complete()- Specified by:
complete
in interfaceStateMachineExecutor.StateMachineExecutorCallback
-
error
- Specified by:
error
in interfaceStateMachineExecutor.StateMachineExecutorCallback
-
accept
-