Class ZooKeeperServiceRegistryAutoConfiguration
- java.lang.Object
-
- org.apache.camel.component.zookeeper.springboot.cloud.ZooKeeperServiceRegistryAutoConfiguration
-
@Configuration @AutoConfigureBefore(org.apache.camel.spring.boot.CamelAutoConfiguration.class) @ConditionalOnProperty(prefix="camel.cloud.zookeeper", name="enabled") @EnableConfigurationProperties(ZooKeeperServiceRegistryConfiguration.class) public class ZooKeeperServiceRegistryAutoConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description ZooKeeperServiceRegistryAutoConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.camel.component.zookeeper.cloud.ZooKeeperServiceRegistryzookeeperServiceRegistry(ZooKeeperServiceRegistryConfiguration configuration)
-
-
-
Method Detail
-
zookeeperServiceRegistry
@Bean(name="zookeeper-service-registry") @Scope("singleton") public org.apache.camel.component.zookeeper.cloud.ZooKeeperServiceRegistry zookeeperServiceRegistry(ZooKeeperServiceRegistryConfiguration configuration) throws Exception- Throws:
Exception
-
-