Uses of Interface
com.spotify.dns.ChangeNotifier
-
Packages that use ChangeNotifier Package Description com.spotify.dns -
-
Uses of ChangeNotifier in com.spotify.dns
Subinterfaces of ChangeNotifier in com.spotify.dns Modifier and Type Interface Description static interfaceChangeNotifierFactory.RunnableChangeNotifier<T>AChangeNotifierthat that can be executed.Methods in com.spotify.dns that return ChangeNotifier Modifier and Type Method Description static <T> ChangeNotifier<T>ChangeNotifiers. aggregate(ChangeNotifier<T>... notifiers)Creates aChangeNotifierthat aggregates the records provided by a list of notifiers.static <T> ChangeNotifier<T>ChangeNotifiers. aggregate(Iterable<ChangeNotifier<T>> notifiers)static <T> ChangeNotifier<T>ChangeNotifiers. staticRecords(Set<T> records)static <T> ChangeNotifier<T>ChangeNotifiers. staticRecords(T... records)Create aChangeNotifierwith a static set of records.ChangeNotifier<T>DnsSrvWatcher. watch(String fqdn)Starts watching a FQDN, by creating aChangeNotifierfor it.Methods in com.spotify.dns with parameters of type ChangeNotifier Modifier and Type Method Description static <T> ChangeNotifier<T>ChangeNotifiers. aggregate(ChangeNotifier<T>... notifiers)Creates aChangeNotifierthat aggregates the records provided by a list of notifiers.Method parameters in com.spotify.dns with type arguments of type ChangeNotifier Modifier and Type Method Description static <T> ChangeNotifier<T>ChangeNotifiers. aggregate(Iterable<ChangeNotifier<T>> notifiers)
-