Interface EndpointGroup

All Superinterfaces:
AsyncCloseable, AutoCloseable, EndpointSelector, Listenable<List<Endpoint>>
All Known Implementing Classes:
DnsAddressEndpointGroup, DnsServiceEndpointGroup, DnsTextEndpointGroup, DynamicEndpointGroup, Endpoint, EurekaEndpointGroup, HealthCheckedEndpointGroup, PropertiesEndpointGroup, ZooKeeperEndpointGroup

public interface EndpointGroup
extends Listenable<List<Endpoint>>, EndpointSelector, AsyncCloseable
A list of Endpoints.