Class 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 Detail

      • AppConfigurationHealthIndicator

        public AppConfigurationHealthIndicator​(AppConfigurationRefresh refresh)
        Indicator for the Health endpoint for connections to App Configurations.
        Parameters:
        refresh - App Configuration store refresher
    • Method Detail

      • health

        public org.springframework.boot.actuate.health.Health health()
        Specified by:
        health in interface org.springframework.boot.actuate.health.HealthIndicator