Interface StreamRemoveListener

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 StreamRemoveListener extends ObjectListener
Redisson Object Event listener for srem event published by Redis when an element removed from Stream.

Redis notify-keyspace-events setting should contain Et letters

Author:
Nikita Koksharov
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when an element removed from Stream
  • Method Details

    • onRemove

      void onRemove(String name)
      Invoked when an element removed from Stream
      Parameters:
      name - object name