Uses of Class
org.apache.camel.support.RoutePolicySupport
-
Packages that use RoutePolicySupport Package Description org.apache.camel.throttling -
-
Uses of RoutePolicySupport in org.apache.camel.throttling
Subclasses of RoutePolicySupport in org.apache.camel.throttling Modifier and Type Class Description class
ThrottlingExceptionRoutePolicy
Modeled after the circuit breakerThrottlingInflightRoutePolicy
thisRoutePolicy
will stop consuming from an endpoint based on the type of exceptions that are thrown and the threshold setting.class
ThrottlingInflightRoutePolicy
A throttle basedRoutePolicy
which is capable of dynamic throttling a route based on number of current inflight exchanges.
-