Uses of Interface
ratpack.exec.ExecStarter
-
Packages that use ExecStarter Package Description ratpack.exec The execution management.ratpack.test.exec -
-
Uses of ExecStarter in ratpack.exec
Methods in ratpack.exec that return ExecStarter Modifier and Type Method Description ExecStarterExecStarter. eventLoop(io.netty.channel.EventLoop eventLoop)Specifies that the execution must run on the given event loop.ExecStarterExecController. fork()static ExecStarterExecution. fork()Used to create a new execution.ExecStarterExecStarter. onComplete(Action<? super Execution> onComplete)Specifies the completion callback for the execution.ExecStarterExecStarter. onError(Action<? super java.lang.Throwable> onError)Specify the top level error handler for the execution.ExecStarterExecStarter. onStart(Action<? super Execution> onStart)Specifies an action to be taken just before the execution starts.ExecStarterExecStarter. register(Action<? super RegistrySpec> action)Populates the execution's registry. -
Uses of ExecStarter in ratpack.test.exec
Methods in ratpack.test.exec that return ExecStarter Modifier and Type Method Description default ExecStarterExecHarness. fork()
-