| Package | Description |
|---|---|
| fish.payara.microprofile.healthcheck |
| Modifier and Type | Method and Description |
|---|---|
static HealthCheckType |
HealthCheckType.fromPath(String path) |
static HealthCheckType |
HealthCheckType.fromQualifiers(Set<Annotation> qualifiers) |
static HealthCheckType |
HealthCheckType.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HealthCheckService.performHealthChecks(javax.servlet.http.HttpServletResponse response,
HealthCheckType type)
Execute the call method of every registered HealthCheck and generate the response.
|
void |
HealthCheckService.registerHealthCheck(String appName,
org.eclipse.microprofile.health.HealthCheck healthCheck,
HealthCheckType type)
Register a HealthCheck to the Set of HealthChecks based on appName to execute when
performHealthChecks is called.
|
Copyright © 2020. All rights reserved.