Uses of Class
org.apache.camel.support.RoutePolicySupport
-
Packages that use RoutePolicySupport Package Description org.apache.camel.throttling Base classes for throttler EIP -
-
Uses of RoutePolicySupport in org.apache.camel.throttling
Subclasses of RoutePolicySupport in org.apache.camel.throttling Modifier and Type Class Description classThrottlingExceptionRoutePolicyModeled after the circuit breakerThrottlingInflightRoutePolicythisRoutePolicywill stop consuming from an endpoint based on the type of exceptions that are thrown and the threshold setting.classThrottlingInflightRoutePolicyA throttle basedRoutePolicywhich is capable of dynamic throttling a route based on number of current inflight exchanges.
-