Annotation Type NoOffloadsRouteExecutionStrategy


  • @Target({TYPE,METHOD})
    @Retention(RUNTIME)
    @Documented
    @Inherited
    public @interface 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.
    See Also:
    RouteExecutionStrategy