| Package | Description |
|---|---|
| com.linecorp.armeria.server.healthcheck |
HTTP health check service for load balancers.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ListenableHealthChecker
A
HealthChecker which notifies its state change to its listeners. |
| Modifier and Type | Class and Description |
|---|---|
class |
SettableHealthChecker
A simple
ListenableHealthChecker whose state can be set by a caller. |
| Modifier and Type | Method and Description |
|---|---|
HealthCheckServiceBuilder |
HealthCheckServiceBuilder.checkers(HealthChecker... healthCheckers)
Adds the specified
HealthCheckers that determine the healthiness of the Server. |
static HealthCheckService |
HealthCheckService.of(HealthChecker... healthCheckers)
Returns a newly created
HealthCheckService with the specified HealthCheckers. |
| Modifier and Type | Method and Description |
|---|---|
HealthCheckServiceBuilder |
HealthCheckServiceBuilder.checkers(Iterable<? extends HealthChecker> healthCheckers)
Adds the specified
HealthCheckers that determine the healthiness of the Server. |
static HealthCheckService |
HealthCheckService.of(Iterable<? extends HealthChecker> healthCheckers)
Returns a newly created
HealthCheckService with the specified HealthCheckers. |
| Constructor and Description |
|---|
HttpHealthCheckService(HealthChecker... healthCheckers)
Deprecated.
Creates a new instance.
|
| Constructor and Description |
|---|
HttpHealthCheckService(Iterable<? extends HealthChecker> healthCheckers)
Deprecated.
Creates a new instance.
|
Copyright © 2020 LeanCloud. All rights reserved.