Class MissingQueueEvent

All Implemented Interfaces:
Serializable

public class MissingQueueEvent extends AmqpEvent
Event published when a missing queue is detected.
Since:
2.1.18
Author:
Gary Russell
See Also:
  • Constructor Details

    • MissingQueueEvent

      public MissingQueueEvent(Object source, String queue)
      Construct an instance with the provided source and queue.
      Parameters:
      source - the source.
      queue - the queue.
  • Method Details

    • getQueue

      public String getQueue()
      Return the missing queue.
      Returns:
      the queue.
    • toString

      public String toString()
      Overrides:
      toString in class EventObject