Interface LocalCacheUpdateListener<K,V>

All Superinterfaces:
EventListener, ObjectListener

public interface LocalCacheUpdateListener<K,V> extends ObjectListener
Redisson Object Event listener for local cache update event published by Redis.
Author:
Nikita Koksharov
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onUpdate(K key, V value)
    Invoked on event of map entry udpate
  • Method Details

    • onUpdate

      void onUpdate(K key, V value)
      Invoked on event of map entry udpate
      Parameters:
      key - key to update
      value - new value