| Package | Description |
|---|---|
| org.apache.camel.throttling |
| Modifier and Type | Class and Description |
|---|---|
class |
ThrottlingExceptionRoutePolicy
Modeled after the circuit breaker
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