Package | Description |
---|---|
ratpack.exec |
The execution management.
|
ratpack.logging |
Utility classes for integration Ratpack with various logging frameworks.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecInterceptor.intercept(Execution execution,
ExecInterceptor.ExecType execType,
Block executionSegment)
Intercepts the execution of an execution segment.
|
Modifier and Type | Method and Description |
---|---|
void |
MDCInterceptor.intercept(Execution execution,
ExecInterceptor.ExecType execType,
Block executionSegment) |