Uses of Interface
ratpack.exec.ExecInterceptor
-
Packages that use ExecInterceptor Package Description ratpack.core.logging Utility classes for integration Ratpack with various logging frameworks.ratpack.dropwizard.metrics Integration with Dropwizard Metrics Library.ratpack.exec The execution management. -
-
Uses of ExecInterceptor in ratpack.core.logging
Classes in ratpack.core.logging that implement ExecInterceptor Modifier and Type Class Description class
MDCInterceptor
An execution interceptor that adds support for SLF4J's Mapped Diagnostic Context (MDC) feature. -
Uses of ExecInterceptor in ratpack.dropwizard.metrics
Subinterfaces of ExecInterceptor in ratpack.dropwizard.metrics Modifier and Type Interface Description interface
BlockingExecTimingInterceptor
-
Uses of ExecInterceptor in ratpack.exec
Methods in ratpack.exec with parameters of type ExecInterceptor Modifier and Type Method Description void
Execution. addInterceptor(ExecInterceptor execInterceptor, Block continuation)
Adds an interceptor that wraps the rest of the current execution segment and all future segments of this execution.ExecControllerSpec
ExecControllerSpec. interceptor(ExecInterceptor interceptor)
Registers an interceptor for execution segments managed by this controller.
-