| Interface | Description | 
|---|---|
| HealthCheck | The health check procedure interface. | 
| Class | Description | 
|---|---|
| HealthCheckResponse | The response to a health check invocation. | 
| HealthCheckResponseBuilder | A builder to construct a health check procedure response. | 
| Liveness.Literal | Support inline instantiation of the  Livenessqualifier. | 
| Readiness.Literal | Support inline instantiation of the  Readinessqualifier. | 
| Startup.Literal | Support inline instantiation of the  Startupqualifier. | 
| Enum | Description | 
|---|---|
| HealthCheckResponse.Status | 
| Annotation Type | Description | 
|---|---|
| Liveness | This qualifier is used to define a liveness Health Check procedure | 
| Readiness | This qualifier is used to define a readiness Health Check procedure | 
| Startup | This qualifier is used to define a Startup Health Check procedure mapped to the Startup Kubernetes probes. | 
Microprofile Health