Class AppConfigurationConfigHealthIndicator
java.lang.Object
com.azure.spring.cloud.actuator.appconfiguration.AppConfigurationConfigHealthIndicator
- All Implemented Interfaces:
org.springframework.boot.actuate.health.HealthContributor,org.springframework.boot.actuate.health.HealthIndicator
public final class AppConfigurationConfigHealthIndicator
extends Object
implements org.springframework.boot.actuate.health.HealthIndicator
Indicator class of App Configuration
-
Constructor Summary
ConstructorsConstructorDescriptionAppConfigurationConfigHealthIndicator(com.azure.spring.cloud.appconfiguration.config.AppConfigurationRefresh refresh) Indicator 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, waitMethods inherited from interface org.springframework.boot.actuate.health.HealthIndicator
getHealth
-
Constructor Details
-
AppConfigurationConfigHealthIndicator
public AppConfigurationConfigHealthIndicator(com.azure.spring.cloud.appconfiguration.config.AppConfigurationRefresh refresh) 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:
healthin interfaceorg.springframework.boot.actuate.health.HealthIndicator
-