| Interface | Description |
|---|---|
| IHealthChecker |
Interface for health checker that performs a test and either returns some useful information that
will be added to a JSON response OR throws a
RuntimeException if the health check should
respond with a code 500. |
| Class | Description |
|---|---|
| DatabaseHealthChecker | |
| HealthCheckController |
Health Check that can include some additional details
|
| MemoryHealthChecker |
| Exception | Description |
|---|---|
| DatabaseHealthChecker.DbQueryFailedException | |
| DatabaseHealthChecker.DbQueryTimeoutException |