类 NacosDiscoveryHealthIndicator
java.lang.Object
org.springframework.boot.actuate.health.AbstractHealthIndicator
com.alibaba.cloud.nacos.discovery.actuate.health.NacosDiscoveryHealthIndicator
- 所有已实现的接口:
org.springframework.boot.actuate.health.HealthContributor,org.springframework.boot.actuate.health.HealthIndicator
public class NacosDiscoveryHealthIndicator
extends org.springframework.boot.actuate.health.AbstractHealthIndicator
The
HealthIndicator for Nacos Discovery.- 从以下版本开始:
- 2.2.0
- 作者:
- Mercy
- 另请参阅:
-
HealthIndicator
-
构造器概要
构造器构造器说明NacosDiscoveryHealthIndicator(NacosServiceManager nacosServiceManager) NacosDiscoveryHealthIndicator(com.alibaba.nacos.api.naming.NamingService namingService) 已过时。 -
方法概要
修饰符和类型方法说明protected voiddoHealthCheck(org.springframework.boot.actuate.health.Health.Builder builder) 从类继承的方法 org.springframework.boot.actuate.health.AbstractHealthIndicator
health从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.springframework.boot.actuate.health.HealthIndicator
getHealth
-
构造器详细资料
-
NacosDiscoveryHealthIndicator
-
NacosDiscoveryHealthIndicator
@Deprecated public NacosDiscoveryHealthIndicator(com.alibaba.nacos.api.naming.NamingService namingService) 已过时。
-
-
方法详细资料