Interface HealthStatusService
- All Known Implementing Classes:
DefaultHealthStatusService
public interface HealthStatusService
Generates a
HealthStatus
-
Method Summary
Modifier and TypeMethodDescriptionPerforms some health checks on the server and then returns the status.
-
Method Details
-
checkHealthStatus
HealthStatus checkHealthStatus()Performs some health checks on the server and then returns the status. If any health check fails this will throw an exception. If the system is healthy, this will return theHealthStatus
.- Returns:
- the
HealthStatus
-