Class AsyncConsumerStoppedEvent

  • All Implemented Interfaces:
    java.io.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
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      AsyncConsumerStoppedEvent​(java.lang.Object source, java.lang.Object consumer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getConsumer()  
      java.lang.String toString()  
      • Methods inherited from class java.util.EventObject

        getSource
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AsyncConsumerStoppedEvent

        public AsyncConsumerStoppedEvent​(java.lang.Object source,
                                         java.lang.Object consumer)
        Parameters:
        source - the listener container.
        consumer - the old consumer.
    • Method Detail

      • getConsumer

        public java.lang.Object getConsumer()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.util.EventObject