public class MainListenerSupport extends Object implements MainListener
MainListener implementations.| Constructor and Description |
|---|
MainListenerSupport() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterConfigure(BaseMainSupport main)
Callback to configure the created CamelContext.
|
void |
afterStart(BaseMainSupport main)
Callback after the CamelContext has been started.
|
void |
afterStop(BaseMainSupport main)
Callback after the CamelContext has been stopped.
|
void |
beforeConfigure(BaseMainSupport main)
Callback invoked after the the CamelContext has been created and before the
auto-configured step starts.
|
void |
beforeInitialize(BaseMainSupport main)
Callback invoked after the the CamelContext has been created and before the
auto-configured step starts.
|
void |
beforeStart(BaseMainSupport main)
Callback before the CamelContext is being created and started.
|
void |
beforeStop(BaseMainSupport main)
Callback before the CamelContext is being stopped.
|
void |
configure(org.apache.camel.CamelContext context)
Deprecated.
|
public void beforeInitialize(BaseMainSupport main)
MainListenerbeforeInitialize in interface MainListenermain - the main instancepublic void beforeConfigure(BaseMainSupport main)
MainListenerbeforeConfigure in interface MainListenermain - the main instancepublic void afterConfigure(BaseMainSupport main)
MainListenerafterConfigure in interface MainListenermain - the main instance@Deprecated public void configure(org.apache.camel.CamelContext context)
configure in interface MainListenerpublic void beforeStart(BaseMainSupport main)
MainListenerbeforeStart in interface MainListenermain - the main instancepublic void afterStart(BaseMainSupport main)
MainListenerafterStart in interface MainListenermain - the main instancepublic void beforeStop(BaseMainSupport main)
MainListenerbeforeStop in interface MainListenermain - the main instancepublic void afterStop(BaseMainSupport main)
MainListenerafterStop in interface MainListenermain - the main instanceApache Camel