Interface TrackingListener

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 TrackingListener extends ObjectListener
Redisson Object Event listener for client tracking event published by Redis.

Requires Redis 6.0+

Author:
Nikita Koksharov
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when a Redisson object was changed
  • Method Details

    • onChange

      void onChange(String name)
      Invoked when a Redisson object was changed
      Parameters:
      name - object name