Uses of Interface
org.apache.camel.spi.RoutePolicy
-
Packages that use RoutePolicy Package Description org.apache.camel The core Camel API.org.apache.camel.spi Service Provider Interfaces used by the Camel runtime which are plugin strategies. -
-
Uses of RoutePolicy in org.apache.camel
Methods in org.apache.camel that return types with arguments of type RoutePolicy Modifier and Type Method Description List<RoutePolicy>Route. getRoutePolicyList()Gets the route policy List -
Uses of RoutePolicy in org.apache.camel.spi
Methods in org.apache.camel.spi that return RoutePolicy Modifier and Type Method Description RoutePolicyRoutePolicyFactory. createRoutePolicy(CamelContext camelContext, String routeId, NamedNode route)Creates a newRoutePolicywhich will be assigned to the given route.Method parameters in org.apache.camel.spi with type arguments of type RoutePolicy Modifier and Type Method Description voidInternalProcessor. addRoutePolicyAdvice(List<RoutePolicy> routePolicyList)
-