T - The record typepublic interface DnsSrvWatcher<T> extends Closeable
The records can be of any type. Usually something that directly reflects what your application will use the records for.
| Modifier and Type | Method and Description |
|---|---|
ChangeNotifier<T> |
watch(String fqdn)
Starts watching a FQDN, by creating a
ChangeNotifier for it. |
ChangeNotifier<T> watch(String fqdn)
ChangeNotifier for it.fqdn - The FQDN to watchCopyright © 2017. All rights reserved.