Class ZooKeeperComponentAutoConfiguration


  • @Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
    @Configuration(proxyBeanMethods=false)
    @Conditional(org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class)
    @EnableConfigurationProperties({org.apache.camel.spring.boot.ComponentConfigurationProperties.class,ZooKeeperComponentConfiguration.class})
    @ConditionalOnHierarchicalProperties({"camel.component","camel.component.zookeeper"})
    @AutoConfigureAfter({org.apache.camel.spring.boot.CamelAutoConfiguration.class,ZooKeeperComponentConverter.class})
    public class ZooKeeperComponentAutoConfiguration
    extends Object
    Generated by camel-package-maven-plugin - do not edit this file!
    • Constructor Detail

      • ZooKeeperComponentAutoConfiguration

        public ZooKeeperComponentAutoConfiguration​(org.apache.camel.CamelContext camelContext)
    • Method Detail

      • configureZooKeeperComponent

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