Uses of Interface
org.apache.camel.spi.RoutePolicy
Packages that use RoutePolicy
Package
Description
The core Camel API.
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 -
Uses of RoutePolicy in org.apache.camel.spi
Methods in org.apache.camel.spi that return RoutePolicyModifier and TypeMethodDescriptionRoutePolicyFactory.createRoutePolicy
(CamelContext camelContext, String routeId, NamedNode route) Creates a newRoutePolicy
which will be assigned to the given route.Method parameters in org.apache.camel.spi with type arguments of type RoutePolicyModifier and TypeMethodDescriptionvoid
InternalProcessor.addRoutePolicyAdvice
(List<RoutePolicy> routePolicyList) Adds advice for handlingRoutePolicy
for the route