Interface LocalCacheUpdateListener<K,V>

All Superinterfaces:
EventListener, ObjectListener
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface 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