Package | Description |
---|---|
org.apache.camel.spi |
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
|
Modifier and Type | Method and Description |
---|---|
RoutePolicy |
RoutePolicyFactory.createRoutePolicy(CamelContext camelContext,
String routeId,
NamedNode route)
Creates a new
RoutePolicy which will be assigned to the given route. |
Modifier and Type | Method and Description |
---|---|
List<RoutePolicy> |
RouteContext.getRoutePolicyList()
Gets the route policy List
|
Modifier and Type | Method and Description |
---|---|
void |
RouteContext.setRoutePolicyList(List<RoutePolicy> routePolicyList)
Sets a custom route policy List
|
Apache Camel