Interface DiscoveryHealthIndicator
-
- All Known Implementing Classes:
DiscoveryClientHealthIndicator
public interface DiscoveryHealthIndicatorA health indicator interface specific to a DiscoveryClient implementation.- Author:
- Spencer Gibb
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()org.springframework.boot.actuate.health.Healthhealth()
-
-
-
Method Detail
-
getName
String getName()
-
health
org.springframework.boot.actuate.health.Health health()
- Returns:
- An indication of health.
-
-