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 Details

    • AppConfigurationHealthIndicator

      public AppConfigurationHealthIndicator(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:
      health in interface org.springframework.boot.actuate.health.HealthIndicator