Class RqueueQueuePauseEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.github.sonus21.rqueue.models.event.RqueueQueuePauseEvent
- All Implemented Interfaces:
Serializable
public class RqueueQueuePauseEvent
extends org.springframework.context.ApplicationEvent
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionRqueueQueuePauseEvent(Object source, String queue, boolean paused) Create a new ApplicationEvent. -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
RqueueQueuePauseEvent
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
-