Interface DnsServiceDiscovererObserver
-
public interface DnsServiceDiscovererObserverAn observer that provides visibility into DNSServiceDiscovererbuilt byDefaultDnsServiceDiscovererBuilder.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDnsServiceDiscovererObserver.DnsDiscoveryObserverAn observer that provides visibility into individual DNS resolutions.static interfaceDnsServiceDiscovererObserver.DnsResolutionObserverAn observer that provides visibility into DNS resolution results.static interfaceDnsServiceDiscovererObserver.ResolutionResultResults of the current DNS resolution.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DnsServiceDiscovererObserver.DnsDiscoveryObserveronNewDiscovery(java.lang.String name)Notifies that a newdiscoverystarted.
-
-
-
Method Detail
-
onNewDiscovery
DnsServiceDiscovererObserver.DnsDiscoveryObserver onNewDiscovery(java.lang.String name)
Notifies that a newdiscoverystarted.- Parameters:
name- the name of DNS record to be discovered- Returns:
DnsServiceDiscovererObserver.DnsDiscoveryObserverthat provides visibility into individual DNS resolutions behind the associated discovery
-
-