Class MissingQueueEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class MissingQueueEvent
    extends AmqpEvent
    Event published when a missing queue is detected.
    Since:
    2.1.18
    Author:
    Gary Russell
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      MissingQueueEvent​(java.lang.Object source, java.lang.String queue)
      Construct an instance with the provided source and queue.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getQueue()
      Return the missing queue.
      java.lang.String toString()  
      • Methods inherited from class java.util.EventObject

        getSource
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MissingQueueEvent

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

      • getQueue

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

        public java.lang.String toString()
        Overrides:
        toString in class java.util.EventObject