Interface DataEntryAgent<K,V>

All Known Implementing Classes:
StorageAgent, UpdateAgent

public interface DataEntryAgent<K,V>
  • Method Details

    • onCreate

      default void onCreate(DataEntry<K,V> entry)
    • onUpdate

      default void onUpdate(DataEntry<K,V> entry, V oldValue, V newValue)
    • onRemove

      default void onRemove(DataEntry<K,V> entry)
    • onUnregister

      default void onUnregister(DataEntry<K,V> entry)