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:
  • Constructor Details

    • RqueueExecutionEvent

      public RqueueExecutionEvent(Job job)