| Class and Description |
|---|
| DefaultDnsServiceDiscovererBuilder
this class will be made package-private in the future, rely on the
DnsServiceDiscovererBuilder
instead. |
| Method and Description |
|---|
| io.servicetalk.dns.discovery.netty.DefaultDnsServiceDiscovererBuilder.minTTL(int) |
| io.servicetalk.dns.discovery.netty.DnsServiceDiscovererObserver.onNewDiscovery(String)
use
DnsServiceDiscovererObserver.onNewDiscovery(String, String) instead. To avoid breaking changes, all
current implementations must implement both methods. In the next version the default implementation will
swap. Then users will be able to keep implementation only for the new method. In the release after, the
deprecated method will be removed. |
| Constructor and Description |
|---|
| io.servicetalk.dns.discovery.netty.DefaultDnsServiceDiscovererBuilder()
use
DnsServiceDiscoverers.builder(String) instead. |