Package | Description |
---|---|
ratpack.exec |
The execution management.
|
ratpack.logging |
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
MDCInterceptor
An execution interceptor that adds support for SLF4J's Mapped Diagnostic Context (MDC) feature.
|