| Package | Description |
|---|---|
| com.linecorp.armeria.server.healthcheck |
HTTP health check service for load balancers.
|
| Class and Description |
|---|
| HealthChecker
Determines whether the
Server is healthy. |
| HealthCheckService
An
HttpService that responds with HTTP status "200 OK" if the server is healthy and can
accept requests and HTTP status "503 Service Not Available" if the server is unhealthy and cannot
accept requests. |
| HealthCheckServiceBuilder
Builds a
HealthCheckService. |
| HealthCheckUpdateHandler |
| HealthCheckUpdateResult
The result of a request handled by
HealthCheckUpdateHandler. |
| HttpHealthCheckService
Deprecated.
Use
HealthCheckService. |
| ListenableHealthChecker
A
HealthChecker which notifies its state change to its listeners. |
| SettableHealthChecker
A simple
ListenableHealthChecker whose state can be set by a caller. |
Copyright © 2020 LeanCloud. All rights reserved.