EndpointGroup implementation.See: Description
| Class | Description |
|---|---|
| DnsAddressEndpointGroup | |
| DnsAddressEndpointGroupBuilder |
Builds a new
DnsAddressEndpointGroup that sources its Endpoint list from the A or
AAAA DNS records of a certain hostname. |
| DnsServiceEndpointGroup |
DynamicEndpointGroup which resolves targets using DNS
SRV records. |
| DnsServiceEndpointGroupBuilder |
Builds a new
DnsServiceEndpointGroup that sources its Endpoint list from the SRV
DNS records of a certain hostname. |
| DnsTextEndpointGroup |
DynamicEndpointGroup which resolves targets using DNS TXT records. |
| DnsTextEndpointGroupBuilder |
Builds a new
DnsTextEndpointGroup that sources its Endpoint list from the TXT
DNS records of a certain hostname. |
EndpointGroup implementation.Copyright © 2020 LeanCloud. All rights reserved.