Package | Description |
---|---|
ratpack.exec |
The execution management.
|
ratpack.rx |
Provides integration with the RxJava library.
|
ratpack.test.exec |
Modifier and Type | Method and Description |
---|---|
ExecController |
Execution.getController()
The execution controller that this execution is associated with.
|
static ExecController |
ExecController.require()
Returns the execution controller bound to the current thread, or throws an exception if called on a non Ratpack managed compute thread.
|
Modifier and Type | Method and Description |
---|---|
static Optional<ExecController> |
ExecController.current()
Returns the execution controller bound to the current thread, if this is a Ratpack managed compute thread.
|
Modifier and Type | Method and Description |
---|---|
static Scheduler |
RxRatpack.scheduler(ExecController execController)
|
Modifier and Type | Method and Description |
---|---|
ExecController |
ExecHarness.getController() |