public interface ExecStarter
Execution
.ExecControl.exec()
Modifier and Type | Method and Description |
---|---|
ExecStarter |
eventLoop(EventLoop eventLoop) |
ExecStarter |
onComplete(Action<? super Execution> onComplete) |
ExecStarter |
onError(Action<? super Throwable> onError) |
ExecStarter |
register(Action<? super RegistrySpec> registry) |
void |
start(Action<? super Execution> action) |
ExecStarter onError(Action<? super Throwable> onError)
ExecStarter onComplete(Action<? super Execution> onComplete)
ExecStarter register(Action<? super RegistrySpec> registry)
ExecStarter eventLoop(EventLoop eventLoop)