@Configuration @AutoConfigureBefore(value={org.apache.camel.spring.boot.cluster.ClusteredRouteControllerAutoConfiguration.class,org.apache.camel.spring.boot.CamelAutoConfiguration.class}) @ConditionalOnProperty(prefix="camel.component.zookeeper.cluster.service", name="enabled") @EnableConfigurationProperties(value=ZooKeeperClusterServiceConfiguration.class) public class ZooKeeperClusterServiceAutoConfiguration extends Object
Constructor and Description |
---|
ZooKeeperClusterServiceAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.cluster.CamelClusterService |
zookeeperClusterService() |
Apache Camel