void |
MainListener.afterConfigure(BaseMainSupport main) |
Callback to configure the created CamelContext.
|
void |
MainListenerSupport.afterConfigure(BaseMainSupport main) |
|
void |
MainListener.afterStart(BaseMainSupport main) |
Callback after the CamelContext has been started.
|
void |
MainListenerSupport.afterStart(BaseMainSupport main) |
|
void |
MainListener.afterStop(BaseMainSupport main) |
Callback after the CamelContext has been stopped.
|
void |
MainListenerSupport.afterStop(BaseMainSupport main) |
|
void |
MainListener.beforeConfigure(BaseMainSupport main) |
Callback invoked after the the CamelContext has been created and before the auto-configured step starts.
|
void |
MainListenerSupport.beforeConfigure(BaseMainSupport main) |
|
void |
MainListener.beforeInitialize(BaseMainSupport main) |
Callback invoked after the the CamelContext has been created and before the auto-configured step starts.
|
void |
MainListenerSupport.beforeInitialize(BaseMainSupport main) |
|
void |
MainListener.beforeStart(BaseMainSupport main) |
Callback before the CamelContext is being created and started.
|
void |
MainListenerSupport.beforeStart(BaseMainSupport main) |
|
void |
MainListener.beforeStop(BaseMainSupport main) |
Callback before the CamelContext is being stopped.
|
void |
MainListenerSupport.beforeStop(BaseMainSupport main) |
|