public interface HealthCheckResponse
Health check response.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Fluent API builder forHealthCheckResponse
.static enum
Health check status. -
Method Summary
Modifier and TypeMethodDescriptionstatic HealthCheckResponse.Builder
builder()
A new response builder.details()
Details of this health check.status()
Status of this health check.
-
Method Details
-
builder
A new response builder.- Returns:
- a new builder
-
status
HealthCheckResponse.Status status()Status of this health check.- Returns:
- status
-
details
Details of this health check. This information will be transferred over the network when details are printed!- Returns:
- details of this health check
-