Package | Description |
---|---|
ratpack.exec |
The execution management.
|
ratpack.handling |
The handling of application requests.
|
ratpack.test.exec |
Modifier and Type | Method and Description |
---|---|
void |
ExecControl.addInterceptor(ExecInterceptor execInterceptor,
Action<? super Execution> continuation)
Adds an interceptor that wraps the rest of the current execution segment and all future segments of this execution.
|
Modifier and Type | Method and Description |
---|---|
void |
Context.addInterceptor(ExecInterceptor execInterceptor,
Action<? super Execution> continuation) |
Modifier and Type | Method and Description |
---|---|
default void |
ExecHarness.addInterceptor(ExecInterceptor execInterceptor,
Action<? super Execution> continuation)
Adds an interceptor that wraps the rest of the current execution segment and all future segments of this execution.
|