Uses of Class
ratpack.exec.ExecInterceptor.ExecType
-
Packages that use ExecInterceptor.ExecType Package Description ratpack.core.logging Utility classes for integration Ratpack with various logging frameworks.ratpack.exec The execution management. -
-
Uses of ExecInterceptor.ExecType in ratpack.core.logging
Methods in ratpack.core.logging with parameters of type ExecInterceptor.ExecType Modifier and Type Method Description void
MDCInterceptor. intercept(Execution execution, ExecInterceptor.ExecType execType, Block executionSegment)
-
Uses of ExecInterceptor.ExecType in ratpack.exec
Methods in ratpack.exec that return ExecInterceptor.ExecType Modifier and Type Method Description static ExecInterceptor.ExecType
ExecInterceptor.ExecType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExecInterceptor.ExecType[]
ExecInterceptor.ExecType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ratpack.exec with parameters of type ExecInterceptor.ExecType Modifier and Type Method Description void
ExecInterceptor. intercept(Execution execution, ExecInterceptor.ExecType execType, Block executionSegment)
Intercepts the execution of an execution segment.
-