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 ExecControllerSpec
ExecControllerSpec. blocking(Action<? super ExecControllerSpec.BlockingSpec> definition)
Configures the default executor for blocking (i.e.ExecControllerSpec
ExecControllerSpec. compute(Action<? super ExecControllerSpec.ComputeSpec> definition)
Configures the default executor for computation (i.e.ExecControllerSpec
ExecControllerSpec. initializer(ExecInitializer initializer)
Registers an initializer for executions created by this controller.ExecControllerSpec
ExecControllerSpec. 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 ExecController
ExecController. 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 ExecHarness
ExecHarness. harness(Action<? super ExecControllerSpec> definition)
Create a harness that is backed by an execution controller with the provided configuration
-