final class PushMatchedRuntimeResourceRouter extends java.lang.Object implements Router
runtime resource matched during a any routing phase
to routing context.Router.Continuation| Modifier and Type | Field and Description |
|---|---|
private RuntimeResource |
resource |
| Constructor and Description |
|---|
PushMatchedRuntimeResourceRouter(RuntimeResource resource)
Create a new instance of push matched resource router.
|
| Modifier and Type | Method and Description |
|---|---|
Router.Continuation |
apply(RequestProcessingContext context)
Performs a request routing task and returns the routed request together with
a
routing continuation. |
private final RuntimeResource resource
PushMatchedRuntimeResourceRouter(RuntimeResource resource)
resource - RuntimeResource runtime to be pushed into the routing context.public Router.Continuation apply(RequestProcessingContext context)
Routerrouting continuation.