Interface Healthcheck
- All Known Implementing Classes:
ServiceHealthAggregator
public interface Healthcheck
An interface used to check the health of the service
-
Method Summary
-
Method Details
-
check
HealthcheckStatus check()return healthy/unhealthy status of the service- Returns:
- health status
-