All Classes and Interfaces
Class
Description
Callback that allows custom logic during starting up
CamelContext
and just after
CamelContext
has been fully started.Camel
HealthIndicator
.Camel
InfoContributor
Controller to keep the main running and perform graceful shutdown when the JVM is stopped.
To help configuring Camel properties that have been defined in Spring Boot configuration files.
CamelRuntimeHints
provide the basic hints for the native compilation of a Camel application.A spring application listener that when spring boot is starting (refresh event) will setup Camel by:
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.An implementation of the
org.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.
The properties component is used for using property placeholders in endpoint uris.
ReflectionHelper
utility class providing methods needed for the native mode.The
CamelContext
created by Spring Boot.This class is a copy from camel-core so we do not have direct dependency on internal classes