Uses of Interface
ratpack.exec.ExecControllerBuilder
-
Packages that use ExecControllerBuilder Package Description ratpack.exec The execution management. -
-
Uses of ExecControllerBuilder in ratpack.exec
Methods in ratpack.exec that return ExecControllerBuilder Modifier and Type Method Description ExecControllerBuilderExecControllerBuilder. blockingThreadIdleTimeout(java.time.Duration idleTimeout)The duration to allow a non-core blocking thread to remain in the pool before terminating it.static ExecControllerBuilderExecController. builder()Creates a new builder.ExecControllerBuilderExecControllerBuilder. contextClassLoader(java.lang.ClassLoader classLoader)The context classloader to initialize threads with.ExecControllerBuilderExecControllerBuilder. execInitializers(java.lang.Iterable<? extends ExecInitializer> initializers)The exec initializers to use for initializing executions.ExecControllerBuilderExecControllerBuilder. execInterceptors(java.lang.Iterable<? extends ExecInterceptor> interceptors)The exec interceptors to use for intercepting executions.ExecControllerBuilderExecControllerBuilder. numThreads(int n)Sets the number of compute threads to use.
-