Interface | Description |
---|---|
CamelContextConfiguration |
Callback that allows custom logic during starting up
CamelContext and just after
CamelContext has been fully started. |
Class | Description |
---|---|
CamelAutoConfiguration | |
CamelConfigurationProperties | |
CamelMainRunController |
Controller to keep the main running and perform graceful shutdown when the JVM is stopped.
|
CamelSpringBootApplicationController | |
ComponentConfigurationProperties | |
ComponentConfigurationPropertiesCommon | |
DataFormatConfigurationProperties | |
DataFormatConfigurationPropertiesCommon | |
FatJarPackageScanClassResolver |
An implementation of the
org.apache.camel.spi.PackageScanClassResolver that is able to
scan spring-boot fat jars to find classes contained also in nested jars. |
FilePropertySource |
To load properties from files, such as a secret mounted to the container.
|
LanguageConfigurationProperties | |
LanguageConfigurationPropertiesCommon | |
RoutesCollector |
Collects routes and rests from the various sources (like Spring application context beans registry or opinionated
classpath locations) and injects these into the Camel context.
|
SpringBootCamelContext |
The
CamelContext created by Spring Boot. |
SpringBootXmlCamelContextConfigurer |
Used to merge Camel Spring Boot configuration with
CamelContext that
has been created from XML files. |
SpringTypeConverter | |
SupervisingRouteControllerAutoConfiguration | |
SupervisingRouteControllerConfiguration | |
SupervisingRouteControllerConfiguration.BackOffConfiguration | |
SupervisingRouteControllerConfiguration.RouteConfiguration | |
TypeConversionConfiguration |
Exception | Description |
---|---|
CamelSpringBootInitializationException |
Apache Camel