Package com.linecorp.armeria.client.endpoint
@NonNullByDefault
package com.linecorp.armeria.client.endpoint
-
Interface SummaryInterfaceDescriptionA list of
Endpoint
s.Endpoint
selection strategy that creates aEndpointSelector
.Selects anEndpoint
from anEndpointGroup
. -
Class SummaryClassDescriptionA skeletal
EndpointSelector
implementation.A dynamicEndpointGroup
.AProperties
backedEndpointGroup
.Builds aPropertiesEndpointGroup
.Builds a weight ramping upEndpointSelectionStrategy
which ramps the weight of newly addedEndpoint
s. -
Exception SummaryExceptionDescriptionAn
EndpointGroupException
raised when the resolution of anEndpointGroup
fails because there are noEndpoint
s in theEndpointGroup
.ARuntimeException
raised when the resolution of anEndpointGroup
fails.