Class AbstractEndpointSelector

java.lang.Object
com.linecorp.armeria.client.endpoint.AbstractEndpointSelector
All Implemented Interfaces:
EndpointSelector

public abstract class AbstractEndpointSelector extends Object implements EndpointSelector
A skeletal EndpointSelector implementation. This abstract class implements the select(ClientRequestContext, ScheduledExecutorService) method by listening to the change events emitted by EndpointGroup specified at construction time.