Class RqueueExecutionEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.github.sonus21.rqueue.models.event.RqueueExecutionEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class RqueueExecutionEvent extends org.springframework.context.ApplicationEventThis event is generated once a message is consumed. It's generated in all cases whether execution was success or fail.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RqueueExecutionEvent(Job job)
-
-
-
Constructor Detail
-
RqueueExecutionEvent
public RqueueExecutionEvent(Job job)
-
-