Uses of Interface
ratpack.exec.ExecController
-
Packages that use ExecController Package Description ratpack.exec The execution management.ratpack.http.client The HTTP client.ratpack.reactor Provides integration with the Project Reactor library.ratpack.rx Provides integration with the RxJava library.ratpack.rx2 Provides integration with the RxJava library.ratpack.server Objects used to start a ratpack application.ratpack.test.exec -
-
Uses of ExecController in ratpack.exec
Methods in ratpack.exec that return ExecController Modifier and Type Method Description ExecControllerExecControllerBuilder. build()Creates a controller from the current state.ExecControllerExecution. getController()The execution controller that this execution is associated with.static ExecControllerExecController. require()Returns the execution controller bound to the current thread, or throws an exception if called on a non Ratpack managed compute thread.Methods in ratpack.exec that return types with arguments of type ExecController Modifier and Type Method Description static java.util.Optional<ExecController>ExecController. current()Returns the execution controller bound to the current thread, if this is a Ratpack managed compute thread. -
Uses of ExecController in ratpack.http.client
Methods in ratpack.http.client with parameters of type ExecController Modifier and Type Method Description HttpClientSpecHttpClientSpec. execController(ExecController execController)The exec controller to associate with. -
Uses of ExecController in ratpack.reactor
Methods in ratpack.reactor with parameters of type ExecController Modifier and Type Method Description static SchedulerReactorRatpack. computationScheduler(ExecController execController)static SchedulerReactorRatpack. ioScheduler(ExecController execController)A scheduler that uses the application io thread pool. -
Uses of ExecController in ratpack.rx
Methods in ratpack.rx with parameters of type ExecController Modifier and Type Method Description static SchedulerRxRatpack. scheduler(ExecController execController)Deprecated. -
Uses of ExecController in ratpack.rx2
Methods in ratpack.rx2 with parameters of type ExecController Modifier and Type Method Description static SchedulerRxRatpack. scheduler(ExecController execController) -
Uses of ExecController in ratpack.server
Methods in ratpack.server that return types with arguments of type ExecController Modifier and Type Method Description java.util.Optional<ExecController>ServerConfig. getInheritedExecController()The exec controller to inherit if supplied.Methods in ratpack.server with parameters of type ExecController Modifier and Type Method Description ServerConfigBuilderServerConfigBuilder. execController(ExecController execController)Specifies that this server should inherit the given exec controller instead of creating one. -
Uses of ExecController in ratpack.test.exec
Methods in ratpack.test.exec that return ExecController Modifier and Type Method Description ExecControllerExecHarness. getController()
-