| Package | Description |
|---|---|
| com.linecorp.armeria.client.endpoint.healthcheck |
Filters out unhealthy
Endpoints from an existing
EndpointGroup by sending health check requests. |
| Modifier and Type | Method and Description |
|---|---|
HealthCheckedEndpointGroup |
AbstractHealthCheckedEndpointGroupBuilder.build()
Returns a newly created
HealthCheckedEndpointGroup based on the properties set so far. |
static HealthCheckedEndpointGroup |
HealthCheckedEndpointGroup.of(EndpointGroup delegate,
String path)
Returns a newly created
HealthCheckedEndpointGroup that sends HTTP HEAD health check
requests with default options. |
Copyright © 2020 LeanCloud. All rights reserved.