Interface | Description |
---|---|
RouteExecutionStrategyFactory<ES> |
A factory that creates an execution strategy for different
id s of
RouteExecutionStrategy annotation. |
Annotation Type | Description |
---|---|
NoOffloadsRouteExecutionStrategy |
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. |
RouteExecutionStrategy |
Indicates that a resource class or method needs a specific execution strategy.
|