Class AsyncConsumerStoppedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.amqp.event.AmqpEvent
org.springframework.amqp.rabbit.listener.AsyncConsumerStoppedEvent
- All Implemented Interfaces:
Serializable
An event that is published whenever a consumer is stopped (and not restarted).
- Since:
- 1.7
- Author:
- Gary Russell
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
AsyncConsumerStoppedEvent
- Parameters:
source
- the listener container.consumer
- the old consumer.
-
-
Method Details
-
getConsumer
-
toString
- Overrides:
toString
in classEventObject
-