Uses of Enum Class
org.eclipse.microprofile.health.HealthCheckResponse.Status
Packages that use HealthCheckResponse.Status
-
Uses of HealthCheckResponse.Status in org.eclipse.microprofile.health
Methods in org.eclipse.microprofile.health that return HealthCheckResponse.StatusModifier and TypeMethodDescriptionHealthCheckResponse.getStatus()static HealthCheckResponse.StatusReturns the enum constant of this class with the specified name.static HealthCheckResponse.Status[]HealthCheckResponse.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eclipse.microprofile.health with parameters of type HealthCheckResponse.StatusModifierConstructorDescriptionHealthCheckResponse(String name, HealthCheckResponse.Status status, Optional<Map<String, Object>> data) Constructor allowing instantiation from 3rd party framework like MicroProfile Rest client