| 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 |
|---|---|
protected Function<? super HealthCheckerContext,? extends AsyncCloseable> |
HealthCheckedEndpointGroupBuilder.newCheckerFactory() |
protected abstract Function<? super HealthCheckerContext,? extends AsyncCloseable> |
AbstractHealthCheckedEndpointGroupBuilder.newCheckerFactory()
Returns the
Function that starts to send health check requests to the Endpoint
specified in a given HealthCheckerContext when invoked. |
Copyright © 2020 LeanCloud. All rights reserved.