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
Event published when a missing queue is detected.
- Since:
- 2.1.18
- Author:
- Gary Russell
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionMissingQueueEvent
(Object source, String queue) Construct an instance with the provided source and queue. -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
MissingQueueEvent
Construct an instance with the provided source and queue.- Parameters:
source
- the source.queue
- the queue.
-
-
Method Details
-
getQueue
Return the missing queue.- Returns:
- the queue.
-
toString
- Overrides:
toString
in classEventObject
-