@Configuration
@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