|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LifecycleStrategy
Strategy for notifications
| Method Summary | |
|---|---|
void |
onContextStart(CamelContext context)
Notification on starting a CamelContext. |
void |
onEndpointAdd(Endpoint<? extends Exchange> endpoint)
Notification on adding an Endpoint. |
void |
onRouteContextCreate(RouteContext routeContext)
Notification on adding RouteContext(s). |
void |
onRoutesAdd(Collection<Route> routes)
Notification on adding Route(s). |
void |
onServiceAdd(CamelContext context,
Service service)
Notification on adding a Service. |
| Method Detail |
|---|
void onContextStart(CamelContext context)
CamelContext.
void onEndpointAdd(Endpoint<? extends Exchange> endpoint)
Endpoint.
void onServiceAdd(CamelContext context,
Service service)
Service.
void onRoutesAdd(Collection<Route> routes)
Route(s).
void onRouteContextCreate(RouteContext routeContext)
RouteContext(s).
routeContext -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||