Class CamelAutoConfiguration

java.lang.Object
org.apache.camel.spring.boot.CamelAutoConfiguration

@ImportRuntimeHints(CamelRuntimeHints.class) @Configuration(proxyBeanMethods=false) @EnableConfigurationProperties(CamelConfigurationProperties.class) @Import(TypeConversionConfiguration.class) @Role(2) public class CamelAutoConfiguration extends Object
  • Constructor Details

    • CamelAutoConfiguration

      public CamelAutoConfiguration()
  • Method Details

    • doConfigureCamelContext

      public static org.apache.camel.CamelContext doConfigureCamelContext(org.springframework.context.ApplicationContext applicationContext, org.apache.camel.CamelContext camelContext, CamelConfigurationProperties config) throws Exception
      Not to be used by Camel end users
      Throws:
      Exception