Interface IncrByListener

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

Redis notify-keyspace-events setting should contain Ex letters

Author:
Nikita Koksharov
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked on counter change event
  • Method Details

    • onChange

      void onChange(String name)
      Invoked on counter change event
      Parameters:
      name - - name of object