Interface DiscoveryHealthIndicator

All Known Implementing Classes:
DiscoveryClientHealthIndicator

public interface DiscoveryHealthIndicator
A health indicator interface specific to a DiscoveryClient implementation.
Author:
Spencer Gibb
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.springframework.boot.actuate.health.Health
     
  • Method Details

    • getName

      String getName()
    • health

      org.springframework.boot.actuate.health.Health health()
      Returns:
      An indication of health.