Interface DisabledOperationEventListener

All Superinterfaces:
EventListener, QueueEventListener

public interface DisabledOperationEventListener extends QueueEventListener
Listener interface for queue disabled operations events. This interface is triggered when queue operation switched to disabled state.
Author:
Nikita Koksharov
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onDisabled(String queueName, QueueOperation operation)
    Called when queue operation switched to disabled state.
  • Method Details

    • onDisabled

      void onDisabled(String queueName, QueueOperation operation)
      Called when queue operation switched to disabled state.
      Parameters:
      queueName - name of queue