Class ArangoDbComponentAutoConfiguration

java.lang.Object
org.apache.camel.component.arangodb.springboot.ArangoDbComponentAutoConfiguration

@Configuration(proxyBeanMethods=false) @Conditional(org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class) @EnableConfigurationProperties({org.apache.camel.spring.boot.ComponentConfigurationProperties.class,ArangoDbComponentConfiguration.class}) @ConditionalOnHierarchicalProperties({"camel.component","camel.component.arangodb"}) @AutoConfigureAfter({org.apache.camel.spring.boot.CamelAutoConfiguration.class,ArangoDbComponentConverter.class}) public class ArangoDbComponentAutoConfiguration extends Object
Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details

    • ArangoDbComponentAutoConfiguration

      public ArangoDbComponentAutoConfiguration(org.apache.camel.CamelContext camelContext)
  • Method Details

    • configureArangoDbComponent

      @Lazy @Bean public org.apache.camel.spi.ComponentCustomizer configureArangoDbComponent()