Interface EnabledOperationEventListener

All Superinterfaces:
EventListener, QueueEventListener

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

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

    • onEnabled

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