| 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.
|
| FaultToleranceConfigurationProperties
Global configuration for MicroProfile Fault Tolerance EIP circuit breaker.
|
| HealthCheckConfigurationProperties |
| HealthConfigurationProperties
Global configuration for Health Check
|
| HystrixConfigurationProperties
Deprecated.
|
| LraConfigurationProperties
Global configuration for Saga LRA
|
| Main
A Main class for booting up Camel in standalone mode.
|
| MainCommandLineSupport
Support for command line arguments to Camel main.
|
| MainCommandLineSupport.Option |
| 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 |
| MainShutdownStrategy
Graceful shutdown when using Camel Main.
|
| MainShutdownStrategy.ShutdownEventListener
Event listener when shutting down.
|
| MainSupport
Class for main implementations to allow starting up a JVM with Camel embedded.
|
| 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.
|
| SimpleMainShutdownStrategy |
| ThreadPoolConfigurationProperties
Global configuration for thread pools
|
| ThreadPoolProfileConfigurationProperties |
Apache Camel