Package | Description |
---|---|
ratpack.exec |
The execution management.
|
ratpack.handling |
The handling of application requests.
|
ratpack.test.exec |
Modifier and Type | Method and Description |
---|---|
ExecStarter |
ExecStarter.eventLoop(EventLoop eventLoop) |
ExecStarter |
ExecControl.exec()
Creates a new execution starter that can be used to initiate a new execution.
|
ExecStarter |
ExecStarter.onComplete(Action<? super Execution> onComplete) |
ExecStarter |
ExecStarter.onError(Action<? super Throwable> onError) |
ExecStarter |
ExecStarter.register(Action<? super RegistrySpec> registry) |
Modifier and Type | Method and Description |
---|---|
ExecStarter |
Context.exec()
Forks a new execution, detached from the current.
|
Modifier and Type | Method and Description |
---|---|
default ExecStarter |
ExecHarness.exec()
Creates a new execution starter that can be used to initiate a new execution.
|