Class RqueueExecutionEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.github.sonus21.rqueue.models.event.RqueueExecutionEvent
- All Implemented Interfaces:
Serializable
public class RqueueExecutionEvent
extends org.springframework.context.ApplicationEvent
This event is generated once a message is consumed. It's generated in all cases whether execution
was success or fail.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
RqueueExecutionEvent
-