Uses of Class
org.eclipse.microprofile.health.HealthCheckResponseBuilder
Packages that use HealthCheckResponseBuilder
Package
Description
Microprofile Health
Microprofile Service Health Checks
-
Uses of HealthCheckResponseBuilder in org.eclipse.microprofile.health
Methods in org.eclipse.microprofile.health that return HealthCheckResponseBuilderModifier and TypeMethodDescriptionstatic HealthCheckResponseBuilderHealthCheckResponse.builder()Creates an emptyHealthCheckResponseBuilder.abstract HealthCheckResponseBuilderHealthCheckResponseBuilder.down()Sets the status of the health check response toHealthCheckResponse.Status.DOWN.abstract HealthCheckResponseBuilderSets the name of the health check response.static HealthCheckResponseBuilderCreates aHealthCheckResponseBuilderwith a name.abstract HealthCheckResponseBuilderHealthCheckResponseBuilder.status(boolean up) Sets the status of the health check response according to the boolean valueup.abstract HealthCheckResponseBuilderHealthCheckResponseBuilder.up()Sets the status of the health check response toHealthCheckResponse.Status.UP.abstract HealthCheckResponseBuilderAdds additional boolean data to the health check response.abstract HealthCheckResponseBuilderAdds additional numeric data to the health check response.abstract HealthCheckResponseBuilderAdds additional string data to the health check response. -
Uses of HealthCheckResponseBuilder in org.eclipse.microprofile.health.spi
Methods in org.eclipse.microprofile.health.spi that return HealthCheckResponseBuilderModifier and TypeMethodDescriptionHealthCheckResponseProvider.createResponseBuilder()Provides an implementation ofHealthCheckResponseBuilder.