| Package | Description |
|---|---|
| com.linecorp.armeria.server.healthcheck |
HTTP health check service for load balancers.
|
| Modifier and Type | Method and Description |
|---|---|
HealthCheckService |
HealthCheckServiceBuilder.build()
Returns a newly created
HealthCheckService built from the properties specified so far. |
static HealthCheckService |
HealthCheckService.of(HealthChecker... healthCheckers)
Returns a newly created
HealthCheckService with the specified HealthCheckers. |
static HealthCheckService |
HealthCheckService.of(Iterable<? extends HealthChecker> healthCheckers)
Returns a newly created
HealthCheckService with the specified HealthCheckers. |
Copyright © 2020 LeanCloud. All rights reserved.