Class RabbitAdminEvent

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    DeclarationExceptionEvent

    public class RabbitAdminEvent
    extends org.springframework.amqp.event.AmqpEvent
    Base class for admin events.
    Since:
    1.6
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      RabbitAdminEvent​(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

      • RabbitAdminEvent

        public RabbitAdminEvent​(java.lang.Object source)