Package | Description |
---|---|
ratpack.exec |
The execution management.
|
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(ExecInterceptor.ExecType execType,
Runnable continuation)
Intercepts the “rest” of the execution on the current thread.
|