@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 |
|---|---|
String |
id
The execution strategy ID specified for this
RouteExecutionStrategy. |
public abstract String id
RouteExecutionStrategy.String