Class ConfigServerHealthIndicator

  • All Implemented Interfaces:
    org.springframework.boot.actuate.health.HealthContributor, org.springframework.boot.actuate.health.HealthIndicator

    public class ConfigServerHealthIndicator
    extends org.springframework.boot.actuate.health.AbstractHealthIndicator
    Author:
    Spencer Gibb, Marcos Barbero
    • Constructor Detail

      • ConfigServerHealthIndicator

        public ConfigServerHealthIndicator​(org.springframework.core.env.ConfigurableEnvironment environment,
                                           ConfigClientHealthProperties properties)
    • Method Detail

      • doHealthCheck

        protected void doHealthCheck​(org.springframework.boot.actuate.health.Health.Builder builder)
        Specified by:
        doHealthCheck in class org.springframework.boot.actuate.health.AbstractHealthIndicator