Interface EndpointGroup

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

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