See: Description
| Interface | Description |
|---|---|
| MainListener |
A lifecycle listener to receive callbacks when the Main is started and stopped.
|
| Class | Description |
|---|---|
| DefaultConfigurationConfigurer |
To configure the
DefaultConfigurationProperties on CamelContext
used by Camel Main, Camel Spring Boot and other runtimes. |
| DefaultConfigurationProperties<T> |
Common set of configuration options used by Camel Main, Camel Spring Boot and other runtimes.
|
| HystrixConfigurationProperties |
Global configuration for Hystrix EIP circuit breaker.
|
| Main |
A Main class for booting up Camel in standalone mode.
|
| MainConfigurationProperties |
Global configuration for Camel Main to setup context name, stream caching and other global configurations.
|
| 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. |
| MainRegistry | |
| MainSupport |
Base class for main implementations to allow starting up a JVM with Camel embedded.
|
| RestConfigurationProperties |
Global configuration for Rest DSL.
|
Apache Camel