Class HealthCheckResponse

java.lang.Object
org.eclipse.microprofile.health.HealthCheckResponse

public abstract class HealthCheckResponse extends Object
The response to a health check invocation.

The HealthCheckResponse class is reserved for an extension by implementation providers. An application should use one of the static methods to create a Response instance using a HealthCheckResponseBuilder.