@Configuration @ConditionalOnEnabledHealthIndicator(value="zookeeper") @ConditionalOnClass(value=org.springframework.boot.actuate.endpoint.annotation.Endpoint.class) protected static class ZookeeperDiscoveryAutoConfiguration.ZookeeperDiscoveryHealthConfig extends Object
Modifier | Constructor and Description |
---|---|
protected |
ZookeeperDiscoveryHealthConfig() |
Modifier and Type | Method and Description |
---|---|
ZookeeperDiscoveryHealthIndicator |
zookeeperDiscoveryHealthIndicator(org.apache.curator.framework.CuratorFramework curatorFramework,
org.apache.curator.x.discovery.ServiceDiscovery<ZookeeperInstance> serviceDiscovery,
ZookeeperDiscoveryProperties properties) |
@Bean @ConditionalOnMissingBean public ZookeeperDiscoveryHealthIndicator zookeeperDiscoveryHealthIndicator(org.apache.curator.framework.CuratorFramework curatorFramework, org.apache.curator.x.discovery.ServiceDiscovery<ZookeeperInstance> serviceDiscovery, ZookeeperDiscoveryProperties properties)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.