Package org.apache.camel.spring.boot
package org.apache.camel.spring.boot
-
ClassDescriptionCallback that allows custom logic during starting up
CamelContext
and just afterCamelContext
has been fully started.Controller to keep the main running and perform graceful shutdown when the JVM is stopped.A spring application listener that when spring boot is starting (refresh event) will setup Camel by: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.An implementation of theorg.apache.camel.spi.PackageScanResourceResolver
that is able to scan spring-boot fat jars to find resources contained also in nested jars.To load properties from files, such as a secret mounted to the container.TheCamelContext
created by Spring Boot.Extension toDefaultPropertiesParser
that will lookup in Spring viaPropertyResolver.getProperty(String)
.