| Package | Description |
|---|---|
| ratpack.exec | |
| ratpack.launch |
Classes used to bootstrap a Ratpack application.
|
| ratpack.rx |
Provides integration with the RxJava library.
|
| Modifier and Type | Method and Description |
|---|---|
ExecController |
Execution.getController()
The execution controller that this execution is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
ExecController |
LaunchConfig.getExecController()
The execution controller.
|
| Modifier and Type | Method and Description |
|---|---|
static rx.Scheduler |
RxRatpack.scheduler(ExecController execController)
A scheduler that uses the application event loop and initialises each job as an
Execution (via start(ratpack.func.Action)). |