| Package | Description |
|---|---|
| com.spotify.dns |
| Modifier and Type | Method and Description |
|---|---|
ChangeNotifierFactory.RunnableChangeNotifier<T> |
ChangeNotifierFactory.create(String fqdn)
Creates a
ChangeNotifier that is a Runnable. |
static <T> ChangeNotifierFactory.RunnableChangeNotifier<T> |
ChangeNotifiers.direct(AtomicReference<Set<T>> recordsHolder) |
static <T> ChangeNotifierFactory.RunnableChangeNotifier<T> |
ChangeNotifiers.direct(com.google.common.base.Supplier<Set<T>> recordsSupplier)
Create a
ChangeNotifierFactory.RunnableChangeNotifier that directly wraps a set of records given by a
Supplier. |
Copyright © 2016. All rights reserved.