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
Liveness qualifier. |
Readiness.Literal |
Support inline instantiation of the
Readiness qualifier. |
Startup.Literal |
Support inline instantiation of the
Startup qualifier. |
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