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