Package com.broadleafcommerce.scheduledjob.messaging.transition
package com.broadleafcommerce.scheduledjob.messaging.transition
-
ClassDescriptionThis handler specializes in
WorkflowJobSchedulingRequests
and is the main component that listens for the sandbox service to send it a request to schedule a deployment job.This handler specializes inWorkflowJobUnschedulingRequests
and 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 aScheduledJobCompletedEvent
to track the execution details of a scheduled jobListener to record aScheduledJobStartedEvent
to track the execution details of a scheduled jobListens forWorkflowJobSchedulingRequest
that should trigger the creation ofScheduledJobs
Listens forWorkflowJobUnschedulingRequest
that should trigger the deletion ofScheduledJobs
Create aWorkflowRequestCompletion
message in response toWorkflowJobSchedulingRequest
.