Class KeyVaultHealthIndicator

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

    public class KeyVaultHealthIndicator
    extends Object
    implements org.springframework.boot.actuate.health.HealthIndicator
    Indicator class of KeyVaultHealth
    • Constructor Detail

      • KeyVaultHealthIndicator

        public KeyVaultHealthIndicator​(org.springframework.core.env.ConfigurableEnvironment environment)
        Creates a new instance of KeyVaultHealthIndicator.
        Parameters:
        environment - the environment
    • Method Detail

      • health

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