Package io.servicetalk.router.api
Annotation Type NoOffloadsRouteExecutionStrategy
-
@Target({TYPE,METHOD}) @Retention(RUNTIME) @Documented @Inherited public @interface NoOffloadsRouteExecutionStrategy
A specialRouteExecutionStrategy
that indicates that a resource class or method needs to use a strategy that does not offload user code using a different thread pool.- See Also:
RouteExecutionStrategy