Class AsyncConsumerRestartedEvent

All Implemented Interfaces:
Serializable

public class AsyncConsumerRestartedEvent extends AmqpEvent
An event that is published whenever a consumer is restarted.
Since:
1.7
Author:
Gary Russell
See Also:
  • Constructor Details

    • AsyncConsumerRestartedEvent

      public AsyncConsumerRestartedEvent(Object source, Object oldConsumer, Object newConsumer)
      Parameters:
      source - the listener container.
      oldConsumer - the old consumer.
      newConsumer - the new consumer.
  • Method Details