Uses of Interface
ratpack.exec.ExecControllerSpec
- 
Packages that use ExecControllerSpec Package Description ratpack.exec The execution management.ratpack.test.exec  - 
- 
Uses of ExecControllerSpec in ratpack.exec
Methods in ratpack.exec that return ExecControllerSpec Modifier and Type Method Description ExecControllerSpecExecControllerSpec. blocking(Action<? super ExecControllerSpec.BlockingSpec> definition)Configures the default executor for blocking (i.e.ExecControllerSpecExecControllerSpec. compute(Action<? super ExecControllerSpec.ComputeSpec> definition)Configures the default executor for computation (i.e.ExecControllerSpecExecControllerSpec. initializer(ExecInitializer initializer)Registers an initializer for executions created by this controller.ExecControllerSpecExecControllerSpec. interceptor(ExecInterceptor interceptor)Registers an interceptor for execution segments managed by this controller.Method parameters in ratpack.exec with type arguments of type ExecControllerSpec Modifier and Type Method Description static ExecControllerExecController. of(Action<? super ExecControllerSpec> definition)Construct a new execution controller from the provided specification. - 
Uses of ExecControllerSpec in ratpack.test.exec
Method parameters in ratpack.test.exec with type arguments of type ExecControllerSpec Modifier and Type Method Description static ExecHarnessExecHarness. harness(Action<? super ExecControllerSpec> definition)Create a harness that is backed by an execution controller with the provided configuration 
 -