Class AsyncConsumerStoppedEvent

  • All Implemented Interfaces:
    Serializable

    public class AsyncConsumerStoppedEvent
    extends AmqpEvent
    An event that is published whenever a consumer is stopped (and not restarted).
    Since:
    1.7
    Author:
    Gary Russell
    See Also:
    Serialized Form
    • Constructor Detail

      • AsyncConsumerStoppedEvent

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