Uses of Class
org.apache.camel.spring.boot.CamelConfigurationProperties
-
Packages that use CamelConfigurationProperties Package Description org.apache.camel.spring.boot -
-
Uses of CamelConfigurationProperties in org.apache.camel.spring.boot
Methods in org.apache.camel.spring.boot with parameters of type CamelConfigurationProperties Modifier and Type Method Description static 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 CamelConfigurationProperties Constructor Description CamelSpringBootApplicationListener(org.springframework.context.ApplicationContext applicationContext, List<CamelContextConfiguration> camelContextConfigurations, CamelConfigurationProperties configurationProperties, org.apache.camel.main.RoutesCollector springBootRoutesCollector)
-