|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RoutePolicy
Policy for a Route which allows controlling the route at runtime.
ThrottlingInflightRoutePolicy to throttle the Route
at runtime where it suspends and resume the Route.getConsumer().
| Method Summary | |
|---|---|
void |
onExchangeBegin(Route route,
Exchange exchange)
Callback invoked when an Exchange is started being routed on the given Route |
void |
onExchangeDone(Route route,
Exchange exchange)
Callback invoked when an Exchange is done being routed, where it started from the given Route
Notice this callback is invoked when the Exchange is done and the Route is the route where
the Exchange was started. |
void |
onInit(Route route)
Callback invoked when the Route is being initialized |
| Method Detail |
|---|
void onInit(Route route)
Route is being initialized
route - the route being initialized
void onExchangeBegin(Route route,
Exchange exchange)
Exchange is started being routed on the given Route
route - the route where the exchange started fromexchange - the created exchange
void onExchangeDone(Route route,
Exchange exchange)
Exchange is done being routed, where it started from the given Route
Notice this callback is invoked when the Exchange is done and the Route is the route where
the Exchange was started. Most often its also the route where the exchange is done. However its
possible to route an Exchange to other routes using endpoints such as
direct or seda. Bottom line is that the Route parameter may not be the endpoint
route and thus why we state its the starting route.
route - the route where the exchange started fromexchange - the created exchange
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||