JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
G
I
N
R
G
get(String)
- Method in interface
RouteExecutionStrategyFactory
Gets an execution strategy for the specified
id
id
of
RouteExecutionStrategy
annotation.
I
io.servicetalk.router.api
- package io.servicetalk.router.api
APIs that can be used while implementing routers (typically route requests on the server side).
N
NoOffloadsRouteExecutionStrategy
- Annotation Type in
io.servicetalk.router.api
A special
RouteExecutionStrategy
that indicates that a resource class or method needs to use a strategy that does not offload user code using a different thread pool.
R
RouteExecutionStrategy
- Annotation Type in
io.servicetalk.router.api
Indicates that a resource class or method needs a specific execution strategy.
RouteExecutionStrategyFactory
<
ES
> - Interface in
io.servicetalk.router.api
A factory that creates an execution strategy for different
id
s of
RouteExecutionStrategy
annotation.
G
I
N
R
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes