Package | Description |
---|---|
org.apache.camel.impl |
Default implementation classes for Camel Core
|
Modifier and Type | Class and Description |
---|---|
class |
RoutePolicySupport
Deprecated.
|
class |
ThrottlingExceptionRoutePolicy
Modeled after the
CircuitBreakerLoadBalancer and ThrottlingInflightRoutePolicy
this RoutePolicy will stop consuming from an endpoint based on the type of exceptions that are
thrown and the threshold setting. |
class |
ThrottlingInflightRoutePolicy
A throttle based
RoutePolicy which is capable of dynamic
throttling a route based on number of current inflight exchanges. |
Apache Camel