Class ZooKeeperClusterServiceAutoConfiguration
- java.lang.Object
-
- org.apache.camel.component.zookeeper.springboot.cluster.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 Summary
Constructors Constructor Description ZooKeeperClusterServiceAutoConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.camel.cluster.CamelClusterServicezookeeperClusterService()
-