Package com.broadleafcommerce.scheduledjob.messaging.transition
package com.broadleafcommerce.scheduledjob.messaging.transition
- 
ClassDescriptionThis handler specializes in
WorkflowJobSchedulingRequestsand is the main component that listens for the sandbox service to send it a request to schedule a deployment job.This handler specializes inWorkflowJobUnschedulingRequestsand is the main component that listens for the sandbox service to send it a request to cancel a previously scheduled deployment job.Listener to record aScheduledJobCompletedEventto track the execution details of a scheduled jobListener to record aScheduledJobStartedEventto track the execution details of a scheduled jobListens forWorkflowJobSchedulingRequestthat should trigger the creation ofScheduledJobsListens forWorkflowJobUnschedulingRequestthat should trigger the deletion ofScheduledJobsCreate aWorkflowRequestCompletionmessage in response toWorkflowJobSchedulingRequest.