Class RqueueQueuePauseEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class RqueueQueuePauseEvent
    extends org.springframework.context.ApplicationEvent
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      RqueueQueuePauseEvent​(java.lang.Object source, java.lang.String queue, boolean paused)
      Create a new ApplicationEvent.
    • 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

      • RqueueQueuePauseEvent

        public RqueueQueuePauseEvent​(java.lang.Object source,
                                     java.lang.String queue,
                                     boolean paused)
        Create a new ApplicationEvent.
        Parameters:
        source - the object on which the event initially occurred (never null)
        queue - queue that's getting (un)paused
        paused - a boolean flag that indicates whether it's going to paused or otherwise