@Configuration
@ConditionalOnClass(name="org.springframework.boot.actuate.health.Health")
@ConditionalOnProperty(name={"management.health.dubbo.enabled","dubbo.enabled"},
matchIfMissing=true,
havingValue="true")
@EnableConfigurationProperties(value=DubboHealthIndicatorProperties.class)
public class DubboHealthIndicatorAutoConfiguration
extends Object
DubboHealthIndicator Auto ConfigurationHealthIndicator| Constructor and Description |
|---|
DubboHealthIndicatorAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
DubboHealthIndicator |
dubboHealthIndicator() |
public DubboHealthIndicatorAutoConfiguration()
@Bean @ConditionalOnMissingBean public DubboHealthIndicator dubboHealthIndicator()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.