Uses of Interface
ratpack.exec.ExecInterceptor
-
Packages that use ExecInterceptor Package Description ratpack.dropwizard.metrics Integration with Dropwizard Metrics Library.ratpack.exec The execution management.ratpack.logging Utility classes for integration Ratpack with various logging frameworks. -
-
Uses of ExecInterceptor in ratpack.dropwizard.metrics
Subinterfaces of ExecInterceptor in ratpack.dropwizard.metrics Modifier and Type Interface Description interfaceBlockingExecTimingInterceptor -
Uses of ExecInterceptor in ratpack.exec
Methods in ratpack.exec that return types with arguments of type ExecInterceptor Modifier and Type Method Description java.util.List<? extends ExecInterceptor>ExecController. getInterceptors()The registered interceptors for this controller.Methods in ratpack.exec with parameters of type ExecInterceptor Modifier and Type Method Description voidExecution. addInterceptor(ExecInterceptor execInterceptor, Block continuation)Adds an interceptor that wraps the rest of the current execution segment and all future segments of this execution.Method parameters in ratpack.exec with type arguments of type ExecInterceptor Modifier and Type Method Description voidExecController. addInterceptors(java.lang.Iterable<? extends ExecInterceptor> interceptors)Adds the given interceptors to this controller.ExecControllerBuilderExecControllerBuilder. execInterceptors(java.lang.Iterable<? extends ExecInterceptor> interceptors)The exec interceptors to use for intercepting executions.ExecControllerSpecExecControllerSpec. execInterceptors(java.lang.Iterable<? extends ExecInterceptor> interceptors)The exec interceptors to use for intercepting executions. -
Uses of ExecInterceptor in ratpack.logging
Classes in ratpack.logging that implement ExecInterceptor Modifier and Type Class Description classMDCInterceptorAn execution interceptor that adds support for SLF4J's Mapped Diagnostic Context (MDC) feature.
-