Interface MapPutListener

All Superinterfaces:
EventListener, ObjectListener

public interface MapPutListener extends ObjectListener
Redisson Object Event listener for hset event published by Redis.

Redis notify-keyspace-events setting should contain Eh letters

Author:
Nikita Koksharov
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onPut(String name)
    Invoked when entry added to RMap object
  • Method Details

    • onPut

      void onPut(String name)
      Invoked when entry added to RMap object
      Parameters:
      name - object name