Class AsyncConsumerStartedEvent

  • All Implemented Interfaces:
    Serializable

    public class AsyncConsumerStartedEvent
    extends AmqpEvent
    An event that is published whenever a new consumer is started.
    Since:
    1.7
    Author:
    Gary Russell
    See Also:
    Serialized Form
    • Constructor Detail

      • AsyncConsumerStartedEvent

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