Package com.alibaba.cloud.nacos.endpoint
Class NacosConfigHealthIndicator
java.lang.Object
org.springframework.boot.actuate.health.AbstractHealthIndicator
com.alibaba.cloud.nacos.endpoint.NacosConfigHealthIndicator
- All Implemented Interfaces:
org.springframework.boot.actuate.health.HealthContributor,org.springframework.boot.actuate.health.HealthIndicator
public class NacosConfigHealthIndicator
extends org.springframework.boot.actuate.health.AbstractHealthIndicator
The
HealthIndicator for Nacos Config.- Author:
- xiaojing, Mercy
-
Constructor Summary
ConstructorsConstructorDescriptionNacosConfigHealthIndicator(com.alibaba.nacos.api.config.ConfigService configService) -
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
-
NacosConfigHealthIndicator
public NacosConfigHealthIndicator(com.alibaba.nacos.api.config.ConfigService configService)
-
-
Method Details