public interface ChangeNotifierFactory<T>
ChangeNotifierFactory.RunnableChangeNotifier from a FQDN.
Intended to be used from DnsSrvWatcherFactory when implementing custom triggering
schemes for DnsSrvWatchers.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ChangeNotifierFactory.RunnableChangeNotifier<T>
A
ChangeNotifier that that can be executed. |
| Modifier and Type | Method and Description |
|---|---|
ChangeNotifierFactory.RunnableChangeNotifier<T> |
create(String fqdn)
Creates a
ChangeNotifier that is a Runnable. |
ChangeNotifierFactory.RunnableChangeNotifier<T> create(String fqdn)
ChangeNotifier that is a Runnable. When a check for a change should
be executed is up to the caller of this method.fqdn - The FQDN for the change notifierCopyright © 2017. All rights reserved.