Interface FullEventListener

All Superinterfaces:
EventListener, QueueEventListener

public interface FullEventListener extends QueueEventListener
Listener interface for queue full events. This interface is triggered when the queue is full.
Author:
Nikita Koksharov
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onFull(String queueName)
    Called when the queue is full.
  • Method Details

    • onFull

      void onFull(String queueName)
      Called when the queue is full.
      Parameters:
      queueName - name of queue