| Interface | Description |
|---|---|
| ThrottlingExceptionHalfOpenHandler |
Used by the
ThrottlingExceptionRoutePolicy to allow custom code to handle the half open circuit state and how
to determine if a route should be closed |
| Class | Description |
|---|---|
| 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. |
| ThrottlingInflightRoutePolicy |
A throttle based
RoutePolicy which is capable of dynamic throttling a route based on
number of current inflight exchanges. |
| Enum | Description |
|---|---|
| ThrottlingInflightRoutePolicy.ThrottlingScope |
Apache Camel