Uses of Package
com.broadleafcommerce.scheduledjob.messaging.transition
-
Classes in com.broadleafcommerce.scheduledjob.messaging.transition used by com.broadleafcommerce.scheduledjob.messaging.autoconfigure 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. -
Classes in com.broadleafcommerce.scheduledjob.messaging.transition used by com.broadleafcommerce.scheduledjob.messaging.transition Class Description TrackingWorkflowJobSchedulingRequestListener Listens forWorkflowJobSchedulingRequest
that should trigger the creation ofScheduledJobs
TrackingWorkflowJobUnschedulingRequestListener Listens forWorkflowJobUnschedulingRequest
that should trigger the deletion ofScheduledJobs