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