|
||||||||||
| 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 endpoint)
Notification on adding an Endpoint. |
void |
onRoutesAdd(Collection<Route> routes)
Notification on adding Route(s). |
void |
onServiceAdd(CamelContext context,
Service service)
Notification on adding a Route. |
| Method Detail |
|---|
void onContextCreate(CamelContext context)
CamelContext.
void onEndpointAdd(Endpoint endpoint)
Endpoint.
void onServiceAdd(CamelContext context,
Service service)
Route.
void onRoutesAdd(Collection<Route> routes)
Route(s).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||