public interface DnsServiceDiscovererObserver
ServiceDiscoverer built by DefaultDnsServiceDiscovererBuilder.| Modifier and Type | Interface and Description |
|---|---|
static interface |
DnsServiceDiscovererObserver.DnsDiscoveryObserver
An observer that provides visibility into individual DNS resolutions.
|
static interface |
DnsServiceDiscovererObserver.DnsResolutionObserver
An observer that provides visibility into DNS resolution results.
|
static interface |
DnsServiceDiscovererObserver.ResolutionResult
Results of the current DNS resolution.
|
| Modifier and Type | Method and Description |
|---|---|
DnsServiceDiscovererObserver.DnsDiscoveryObserver |
onNewDiscovery(String name)
Notifies that a new
discovery started. |
DnsServiceDiscovererObserver.DnsDiscoveryObserver onNewDiscovery(String name)
discovery started.name - the name of DNS record to be discoveredDnsServiceDiscovererObserver.DnsDiscoveryObserver that provides visibility into individual DNS resolutions behind the
associated discovery