Package com.broadleafcommerce.scheduledjob.messaging.transition
-
Interface Summary Interface Description TrackingWorkflowJobSchedulingRequestListener Listens forWorkflowJobSchedulingRequestthat should trigger the creation ofScheduledJobsTrackingWorkflowJobUnschedulingRequestListener Listens forWorkflowJobUnschedulingRequestthat should trigger the deletion ofScheduledJobs -
Class Summary Class Description DeploymentJobSchedulingRequestListener This handler specializes inWorkflowJobSchedulingRequestsand is the main component that listens for the sandbox service to send it a request to schedule a deployment job.DeploymentJobUnschedulingRequestListener 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.TransitionRequestCompletionMessageFactory Create aWorkflowRequestCompletionmessage in response toWorkflowJobSchedulingRequest.