public interface StateSubscriber<K,V>
default void
onAdded(Map<K,V> added)
void
onAdded(K key, V value)
onRemoved(Iterable<K> keys)
onRemoved(K key)