| Package | Description |
|---|---|
| fish.payara.notification.healthcheck |
| Modifier and Type | Method and Description |
|---|---|
HealthCheckResultStatus |
HealthCheckResultEntry.getStatus()
Gets the severity level of the result of the health check
|
static HealthCheckResultStatus |
HealthCheckResultStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HealthCheckResultStatus[] |
HealthCheckResultStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
HealthCheckResultEntry(HealthCheckResultStatus status,
String msg) |
HealthCheckResultEntry(HealthCheckResultStatus status,
String msg,
Exception ex) |
Copyright © 2022. All rights reserved.