@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
@Documented
@Inherited
public @interface RouteExecutionStrategy
To disable offloading of the user code to a different thread pool use NoOffloadsRouteExecutionStrategy
.
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
id
The execution strategy ID specified for this
RouteExecutionStrategy . |
public abstract java.lang.String id
RouteExecutionStrategy
.String