See: Description
| Interface | Description |
|---|---|
| MainListener |
A lifecycle listener to receive callbacks when the Main is started and stopped.
|
| RoutesCollector |
Collects routes and rests from the various sources (like registry or opinionated
classpath locations) and adds these into the Camel context.
|
| Class | Description |
|---|---|
| BaseMainSupport |
Base class for main implementations to allow bootstrapping Camel in standalone mode.
|
| 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.
|
| DefaultRoutesCollector |
A default
RoutesCollector. |
| ExtendedCamelContextConfigurer |
Generated by camel build tools - do NOT edit this file!
|
| HystrixConfigurationProperties |
Global configuration for Hystrix EIP circuit breaker.
|
| HystrixConfigurationPropertiesConfigurer |
Generated by camel build tools - do NOT edit this file!
|
| Main |
A Main class for booting up Camel in standalone mode.
|
| MainCommandLineSupport |
Support for command line arguments to Camel main.
|
| MainConfigurationProperties |
Global configuration for Camel Main to setup context name, stream caching and other global configurations.
|
| MainConfigurationPropertiesConfigurer |
Generated by camel build tools - do NOT edit this file!
|
| 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 |
Class for main implementations to allow starting up a JVM with Camel embedded.
|
| Resilience4jConfigurationProperties |
Global configuration for Resilience EIP circuit breaker.
|
| Resilience4jConfigurationPropertiesConfigurer |
Generated by camel build tools - do NOT edit this file!
|
| RestConfigurationProperties |
Global configuration for Rest DSL.
|
| RestConfigurationPropertiesConfigurer |
Generated by camel build tools - do NOT edit this file!
|
| RoutesConfigurer |
To configure routes using
RoutesCollector which collects the routes from various sources. |
Apache Camel