Class AppConfigurationHealthIndicator
java.lang.Object
com.azure.spring.cloud.config.health.AppConfigurationHealthIndicator
- All Implemented Interfaces:
org.springframework.boot.actuate.health.HealthContributor
,org.springframework.boot.actuate.health.HealthIndicator
public final class AppConfigurationHealthIndicator
extends Object
implements org.springframework.boot.actuate.health.HealthIndicator
Indicator class of App Configuration
-
Constructor Summary
ConstructorDescriptionIndicator for the Health endpoint for connections to App Configurations. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.boot.actuate.health.HealthIndicator
getHealth
-
Constructor Details
-
AppConfigurationHealthIndicator
Indicator for the Health endpoint for connections to App Configurations.- Parameters:
refresh
- App Configuration store refresher
-
-
Method Details
-
health
public org.springframework.boot.actuate.health.Health health()- Specified by:
health
in interfaceorg.springframework.boot.actuate.health.HealthIndicator
-