See: Description
| Interface | Description |
|---|---|
| HealthChecker |
Determines whether the
Server is healthy. |
| HealthCheckUpdateHandler | |
| ListenableHealthChecker |
A
HealthChecker which notifies its state change to its listeners. |
| Class | Description |
|---|---|
| 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. |
| HttpHealthCheckService | Deprecated
Use
HealthCheckService. |
| ManagedHttpHealthCheckService | Deprecated
Use
HealthCheckService. |
| SettableHealthChecker |
A simple
ListenableHealthChecker whose state can be set by a caller. |
| Enum | Description |
|---|---|
| HealthCheckUpdateResult |
The result of a request handled by
HealthCheckUpdateHandler. |
Copyright © 2020 LeanCloud. All rights reserved.