| Package | Description |
|---|---|
| com.linecorp.armeria.server.healthcheck |
HTTP health check service for load balancers.
|
| Modifier and Type | Method and Description |
|---|---|
static HealthCheckUpdateResult |
HealthCheckUpdateResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HealthCheckUpdateResult[] |
HealthCheckUpdateResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<HealthCheckUpdateResult> |
HealthCheckUpdateHandler.handle(ServiceRequestContext ctx,
HttpRequest req)
Determines if the healthiness of the
Server needs to be changed or not from the given
HttpRequest. |
Copyright © 2020 LeanCloud. All rights reserved.