Class MissingQueueEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.amqp.event.AmqpEvent
org.springframework.amqp.rabbit.listener.MissingQueueEvent
All Implemented Interfaces:
Serializable

public class MissingQueueEvent extends org.springframework.amqp.event.AmqpEvent
Event published when a missing queue is detected.
Since:
2.1.18
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