Package com.linecorp.armeria.client.endpoint.healthcheck
@NonNullByDefault
package com.linecorp.armeria.client.endpoint.healthcheck
Filters out unhealthy
Endpoint
s from an existing
EndpointGroup
by sending health check requests.-
ClassDescriptionA skeletal builder implementation for creating a new
HealthCheckedEndpointGroup
.AnEndpointGroup
that filters out unhealthyEndpoint
s from an existingEndpointGroup
, by sending periodic health check requests.A builder for creating a newHealthCheckedEndpointGroup
that sends HTTP health check requests.Provides the properties and operations required for sending health check requests.