public interface ResolverListener<T>
| Modifier and Type | Method and Description |
|---|---|
void |
onChange(java.util.List<T> removedSet)
Hook to respond to resolver updates
|
void onChange(java.util.List<T> removedSet)
removedSet - the servers removed from the latest resolver update, but included in the previous update.