Package com.spotify.dns
Interface ChangeNotifier.ChangeNotification<T>
-
- Enclosing interface:
- ChangeNotifier<T>
public static interface ChangeNotifier.ChangeNotification<T>A change event containing the current and previous set of records.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<T>current()Set<T>previous()
-