Class NacosDiscoveryHealthIndicator
java.lang.Object
org.springframework.boot.actuate.health.AbstractHealthIndicator
com.alibaba.cloud.nacos.discovery.actuate.health.NacosDiscoveryHealthIndicator
- All Implemented Interfaces:
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.- Since:
- 2.2.0
- Author:
- Mercy
- See Also:
-
HealthIndicator
-
Constructor Summary
ConstructorsConstructorDescriptionNacosDiscoveryHealthIndicator(NacosServiceManager nacosServiceManager) NacosDiscoveryHealthIndicator(com.alibaba.nacos.api.naming.NamingService namingService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoHealthCheck(org.springframework.boot.actuate.health.Health.Builder builder) Methods inherited from class org.springframework.boot.actuate.health.AbstractHealthIndicator
healthMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.boot.actuate.health.HealthIndicator
getHealth
-
Constructor Details
-
NacosDiscoveryHealthIndicator
-
NacosDiscoveryHealthIndicator
@Deprecated public NacosDiscoveryHealthIndicator(com.alibaba.nacos.api.naming.NamingService namingService) Deprecated.
-
-
Method Details