See: Description
| Interface | Description |
|---|---|
| MainListener |
A lifecycle listener to receive callbacks when the main is started and stopped.
|
| Class | Description |
|---|---|
| Main |
A command line tool for booting up a CamelContext
|
| MainDurationEventNotifier |
A
EventNotifier to trigger shutdown of the Main JVM
when maximum number of messages has been processed. |
| MainLifecycleStrategy |
A
LifecycleStrategy to trigger shutdown of the Main JVM
when CamelContext is stopped from JMX or its stop method is invoked from Java code. |
| MainListenerSupport |
A useful base class for
MainListener implementations. |
| MainSupport |
Base class for main implementations to allow starting up a JVM with Camel embedded.
|
Apache Camel