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

public class AsyncConsumerStoppedEvent extends org.springframework.amqp.event.AmqpEvent
An event that is published whenever a consumer is stopped (and not restarted).
Since:
1.7
See Also:
  • Constructor Details

    • AsyncConsumerStoppedEvent

      public AsyncConsumerStoppedEvent(Object source, Object consumer)
      Parameters:
      source - the listener container.
      consumer - the old consumer.
  • Method Details