Interface HealthIndicator
-
- All Known Implementing Classes:
CustomHealthCheckExample.MyCustomerHealthCheck
,StreamsHealthIndicator
public interface HealthIndicator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Health
getHealth()
Gets the health for a service or sub-system.
-