public interface EndpointSelector
Endpoint from an EndpointGroup.| Modifier and Type | Method and Description |
|---|---|
EndpointGroup |
group()
Returns the
EndpointGroup held by this selector. |
Endpoint |
select(ClientRequestContext ctx)
|
EndpointSelectionStrategy |
strategy()
Returns the
EndpointSelectionStrategy used by this selector to select an Endpoint. |
EndpointGroup group()
EndpointGroup held by this selector.EndpointSelectionStrategy strategy()
EndpointSelectionStrategy used by this selector to select an Endpoint.Endpoint select(ClientRequestContext ctx)
Endpoint selected by this EndpointSelector's selection strategyCopyright © 2020 LeanCloud. All rights reserved.