Uses of Interface
com.spotify.dns.ChangeNotifierFactory.RunnableChangeNotifier
-
Packages that use ChangeNotifierFactory.RunnableChangeNotifier Package Description com.spotify.dns -
-
Uses of ChangeNotifierFactory.RunnableChangeNotifier in com.spotify.dns
Methods in com.spotify.dns that return ChangeNotifierFactory.RunnableChangeNotifier Modifier and Type Method Description ChangeNotifierFactory.RunnableChangeNotifier<T>ChangeNotifierFactory. create(String fqdn)Creates aChangeNotifierthat is aRunnable.static <T> ChangeNotifierFactory.RunnableChangeNotifier<T>ChangeNotifiers. direct(com.google.common.base.Supplier<Set<T>> recordsSupplier)Deprecated.UseChangeNotifiers.direct(java.util.function.Supplier)deprecated since version 3.2.0static <T> ChangeNotifierFactory.RunnableChangeNotifier<T>ChangeNotifiers. direct(AtomicReference<Set<T>> recordsHolder)static <T> ChangeNotifierFactory.RunnableChangeNotifier<T>ChangeNotifiers. direct(Supplier<Set<T>> recordsSupplier)Create aChangeNotifierFactory.RunnableChangeNotifierthat directly wraps a set of records given by aSupplier.
-