Uses of Interface
com.spotify.dns.ChangeNotifierFactory
-
Packages that use ChangeNotifierFactory Package Description com.spotify.dns -
-
Uses of ChangeNotifierFactory in com.spotify.dns
Methods in com.spotify.dns with parameters of type ChangeNotifierFactory Modifier and Type Method Description DnsSrvWatcher<T>DnsSrvWatcherFactory. create(ChangeNotifierFactory<T> changeNotifierFactory)Creates aDnsSrvWatcherthat should createChangeNotifierinstances using the given factory.
-