Class RetryTaskSubmittedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.broadleafcommerce.common.messaging.notification.event.RetrySchedulerEvent
com.broadleafcommerce.common.messaging.notification.event.RetryTaskSubmittedEvent
All Implemented Interfaces:
Serializable

public class RetryTaskSubmittedEvent extends RetrySchedulerEvent
Event published when a standard round-robin retry task is submitted for execution.
See Also:
  • Constructor Details

    • RetryTaskSubmittedEvent

      public RetryTaskSubmittedEvent(Object source, RetryHandler handler)