| Modifier and Type | Class and Description |
|---|---|
class |
Main
A Main class for booting up Camel in standalone mode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MainListener.afterStart(MainSupport main)
Callback after the CamelContext has been started.
|
void |
MainListenerSupport.afterStart(MainSupport main) |
void |
MainListener.afterStop(MainSupport main)
Callback after the CamelContext has been stopped.
|
void |
MainListenerSupport.afterStop(MainSupport main) |
void |
MainListener.beforeStart(MainSupport main)
Callback before the CamelContext is being created and started.
|
void |
MainListenerSupport.beforeStart(MainSupport main) |
void |
MainListener.beforeStop(MainSupport main)
Callback before the CamelContext is being stopped.
|
void |
MainListenerSupport.beforeStop(MainSupport main) |
Apache Camel