Interface StreamRemoveGroupListener

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 StreamRemoveGroupListener extends ObjectListener
Redisson Object Event listener for xgroup-destroy event published by Redis when a Stream Group is removed.

Redis notify-keyspace-events setting should contain Et letters

Author:
Nikita Koksharov
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when a Stream Group is removed
  • Method Details

    • onRemoveGroup

      void onRemoveGroup(String name)
      Invoked when a Stream Group is removed
      Parameters:
      name - object name