Class ZooKeeperClusterServiceAutoConfiguration


  • @Configuration
    @AutoConfigureBefore({org.apache.camel.spring.boot.cluster.ClusteredRouteControllerAutoConfiguration.class,org.apache.camel.spring.boot.CamelAutoConfiguration.class})
    @ConditionalOnProperty(prefix="camel.cluster.zookeeper",
                           name="enabled")
    @EnableConfigurationProperties(ZooKeeperClusterServiceConfiguration.class)
    public class ZooKeeperClusterServiceAutoConfiguration
    extends Object
    • Constructor Detail

      • ZooKeeperClusterServiceAutoConfiguration

        public ZooKeeperClusterServiceAutoConfiguration()
    • Method Detail

      • zookeeperClusterService

        @Bean(name="zookeeper-cluster-service")
        @Scope("singleton")
        public org.apache.camel.cluster.CamelClusterService zookeeperClusterService()
                                                                             throws Exception
        Throws:
        Exception