| 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 | |
| CamelSpringBootApplicationListener |
A spring application listener that when spring boot is starting (refresh event) will setup Camel by:
|
| CamelSpringBootBeanPostProcessor | |
| 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 | |
| SpringBootCamelContext |
The
CamelContext created by Spring Boot. |
| SpringBootRoutesCollector |
Spring Boot
RoutesCollector. |
| SpringBootXmlCamelContextConfigurer |
Used to merge Camel Spring Boot configuration with
CamelContext that
has been created from XML files. |
| SpringTypeConverter | |
| TypeConversionConfiguration |
| Exception | Description |
|---|---|
| CamelSpringBootInitializationException |
Apache Camel