Class ListenerContainerConsumerTerminatedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.amqp.event.AmqpEvent
org.springframework.amqp.rabbit.listener.ListenerContainerConsumerTerminatedEvent
All Implemented Interfaces:
Serializable

public class ListenerContainerConsumerTerminatedEvent extends AmqpEvent
Published when a listener consumer is terminated.
Since:
2.0
Author:
Gary Russell
See Also:
  • Constructor Details

    • ListenerContainerConsumerTerminatedEvent

      public ListenerContainerConsumerTerminatedEvent(Object source, String reason)
      Construct an instance with the provided arguments.
      Parameters:
      source - the source container.
      reason - the reason.
  • Method Details