| Class and Description |
|---|
| BaseMainSupport
Base class for main implementations to allow bootstrapping Camel in standalone mode.
|
| DefaultConfigurationProperties
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.
|
| 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.
|
| MainListener
A lifecycle listener to receive callbacks when the Main is started and stopped.
|
| MainRegistry |
| MainSupport
Class for main implementations to allow starting up a JVM with Camel embedded.
|
| MainSupport.Option |
| Resilience4jConfigurationProperties
Global configuration for Resilience EIP circuit breaker.
|
| RestConfigurationProperties
Global configuration for Rest DSL.
|
| RoutesCollector
Collects routes and rests from the various sources (like registry or opinionated
classpath locations) and adds these into the Camel context.
|
Apache Camel