See: Description
| Interface | Description |
|---|---|
| ConfigureRouteTemplates |
Used for configuring and adding route templates such as using org.apache.camel.builder.TemplatedRouteBuilder.
|
| MainListener |
A lifecycle listener to receive callbacks when the Main is started and stopped.
|
| MainShutdownStrategy |
Graceful shutdown when using Camel Main.
|
| MainShutdownStrategy.ShutdownEventListener |
Event listener when shutting down.
|
| 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.
|
| DefaultMainShutdownStrategy |
Implementation of
MainShutdownStrategy that add a virtual machine shutdown hook to properly stop the main
instance. |
| DefaultRoutesCollector |
A default
RoutesCollector. |
| FaultToleranceConfigurationProperties |
Global configuration for MicroProfile Fault Tolerance EIP circuit breaker.
|
| FaultToleranceConfigurationPropertiesConfigurer |
Generated by camel build tools - do NOT edit this file!
|
| HealthCheckConfigurationProperties | |
| HealthCheckConfigurationPropertiesConfigurer |
Generated by camel build tools - do NOT edit this file!
|
| HealthConfigurationProperties |
Global configuration for Health Check
|
| HealthConfigurationPropertiesConfigurer |
Generated by camel build tools - do NOT edit this file!
|
| HystrixConfigurationProperties | Deprecated |
| HystrixConfigurationPropertiesConfigurer |
Generated by camel build tools - do NOT edit this file!
|
| LraConfigurationProperties |
Global configuration for Saga LRA
|
| LraConfigurationPropertiesConfigurer |
Generated by camel build tools - do NOT edit this file!
|
| Main |
A Main class for booting up Camel in standalone mode.
|
| MainBootstrapCloseable | |
| 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. |
| MainHelper | |
| 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.
|
| MainSupportModelConfigurer |
Used for configuring that requires access to the model.
|
| PropertiesRouteTemplateParametersSource | |
| 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. |
| SimpleMain |
A minimal Main class for booting Camel.
|
| SimpleMainShutdownStrategy | |
| ThreadPoolConfigurationProperties |
Global configuration for thread pools
|
| ThreadPoolConfigurationPropertiesConfigurer |
Generated by camel build tools - do NOT edit this file!
|
| ThreadPoolProfileConfigurationProperties |
Apache Camel