public class MissingQueueEvent
extends org.springframework.amqp.event.AmqpEvent
| Constructor and Description |
|---|
MissingQueueEvent(java.lang.Object source,
java.lang.String queue)
Construct an instance with the provided source and queue.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getQueue()
Return the missing queue.
|
java.lang.String |
toString() |