| Modifier and Type | Class and Description |
|---|---|
class |
Main
A Main class for booting up Camel in standalone mode.
|
class |
MainCommandLineSupport
Support for command line arguments to Camel main.
|
class |
MainSupport
Class for main implementations to allow starting up a JVM with Camel embedded.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
DefaultMainShutdownStrategy(BaseMainSupport main) |
Apache Camel