T - The record typepublic interface DnsSrvWatcherFactory<T>
DnsSrvWatcher implementations.
A ChangeNotifierFactory is supplied for creating
ChangeNotifierFactory.RunnableChangeNotifiers. It is up to the implementation of the
DnsSrvWatcher to decide how to schedule running of the created ChangeNotifiers.
| Modifier and Type | Method and Description |
|---|---|
DnsSrvWatcher<T> |
create(ChangeNotifierFactory<T> changeNotifierFactory)
Creates a
DnsSrvWatcher that should create ChangeNotifier instances using
the given factory. |
DnsSrvWatcher<T> create(ChangeNotifierFactory<T> changeNotifierFactory)
DnsSrvWatcher that should create ChangeNotifier instances using
the given factory.changeNotifierFactory - The factory to use for creating change notifier instancesDnsSrvWatcherCopyright © 2016. All rights reserved.