Class AmqpEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public abstract class AmqpEvent
    extends org.springframework.context.ApplicationEvent
    Base class for events.
    Since:
    1.5
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      AmqpEvent​(java.lang.Object source)  
    • Method Summary

      • Methods inherited from class org.springframework.context.ApplicationEvent

        getTimestamp
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

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

      • AmqpEvent

        public AmqpEvent​(java.lang.Object source)