public static class StateMachineExecutor.MonoSinkStateMachineExecutorCallback extends java.lang.Object implements java.util.function.Consumer<reactor.core.publisher.MonoSink<java.lang.Void>>, StateMachineExecutor.StateMachineExecutorCallback
Constructor and Description |
---|
MonoSinkStateMachineExecutorCallback() |
Modifier and Type | Method and Description |
---|---|
void |
accept(reactor.core.publisher.MonoSink<java.lang.Void> t) |
void |
complete() |
void |
error(java.lang.Throwable e) |
public MonoSinkStateMachineExecutorCallback()
public void complete()
complete
in interface StateMachineExecutor.StateMachineExecutorCallback
public void error(java.lang.Throwable e)
error
in interface StateMachineExecutor.StateMachineExecutorCallback
public void accept(reactor.core.publisher.MonoSink<java.lang.Void> t)
accept
in interface java.util.function.Consumer<reactor.core.publisher.MonoSink<java.lang.Void>>