Uses of Class
org.apache.camel.spring.boot.CamelConfigurationProperties
Packages that use CamelConfigurationProperties
-
Uses of CamelConfigurationProperties in org.apache.camel.spring.boot
Methods in org.apache.camel.spring.boot with parameters of type CamelConfigurationPropertiesModifier and TypeMethodDescriptionstatic org.apache.camel.CamelContext
CamelAutoConfiguration.doConfigureCamelContext
(org.springframework.context.ApplicationContext applicationContext, org.apache.camel.CamelContext camelContext, CamelConfigurationProperties config) Not to be used by Camel end usersConstructors in org.apache.camel.spring.boot with parameters of type CamelConfigurationPropertiesModifierConstructorDescriptionCamelSpringBootApplicationListener
(org.springframework.context.ApplicationContext applicationContext, List<CamelContextConfiguration> camelContextConfigurations, CamelConfigurationProperties configurationProperties, org.apache.camel.main.RoutesCollector springBootRoutesCollector)