Package org.apache.camel.spring.boot
-
Interface Summary Interface Description CamelContextConfiguration Callback that allows custom logic during starting upCamelContext
and just afterCamelContext
has been fully started. -
Class Summary 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 theorg.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 TheCamelContext
created by Spring Boot.SpringBootRoutesCollector Spring BootRoutesCollector
.SpringBootXmlCamelContextConfigurer Used to merge Camel Spring Boot configuration withCamelContext
that has been created from XML files.SpringTypeConverter TypeConversionConfiguration -
Exception Summary Exception Description CamelSpringBootInitializationException