Uses of Class
fish.payara.microprofile.healthcheck.HealthCheckType
-
Packages that use HealthCheckType Package Description fish.payara.microprofile.healthcheck -
-
Uses of HealthCheckType in fish.payara.microprofile.healthcheck
Methods in fish.payara.microprofile.healthcheck that return HealthCheckType Modifier and Type Method Description static HealthCheckTypeHealthCheckType. fromPath(String path)static HealthCheckTypeHealthCheckType. fromQualifiers(Set<Annotation> qualifiers)static HealthCheckTypeHealthCheckType. valueOf(String name)Returns the enum constant of this type with the specified name.static HealthCheckType[]HealthCheckType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in fish.payara.microprofile.healthcheck with parameters of type HealthCheckType Modifier and Type Method Description voidHealthCheckService. performHealthChecks(jakarta.servlet.http.HttpServletResponse response, HealthCheckType type, String enablePrettyPrint)Execute the call method of every registered HealthCheck and generate the response.voidHealthCheckService. registerHealthCheck(String healthCheckName, org.eclipse.microprofile.health.HealthCheck healthCheck, HealthCheckType type)Register a HealthCheck to the Set of HealthChecks to execute when performHealthChecks is called.
-