Class RqueueQueuePauseEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.github.sonus21.rqueue.models.event.RqueueQueuePauseEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class RqueueQueuePauseEvent extends org.springframework.context.ApplicationEvent- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RqueueQueuePauseEvent(java.lang.Object source, java.lang.String queue, boolean paused)Create a new ApplicationEvent.
-
-
-
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 (nevernull)queue- queue that's getting (un)pausedpaused- a boolean flag that indicates whether it's going to paused or otherwise
-
-