|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LifecycleStrategy
Method Summary | |
---|---|
void |
onContextCreate(CamelContext context)
Notification on adding 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 onContextCreate(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 |