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:
    Serialized Form
    • Constructor Detail

      • MissingQueueEvent

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

      • getQueue

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