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 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(Object source, String queue)
Construct an instance with the provided source and queue.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getQueue()
Return the missing queue.String
toString()
-
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
-
Methods inherited from class java.util.EventObject
getSource
-
-
-
-
Method Detail
-
getQueue
public String getQueue()
Return the missing queue.- Returns:
- the queue.
-
toString
public String toString()
- Overrides:
toString
in classEventObject
-
-