Uses of Package
com.broadleafcommerce.scheduledjob.messaging.transition
Packages that use com.broadleafcommerce.scheduledjob.messaging.transition
Package
Description
-
Classes in com.broadleafcommerce.scheduledjob.messaging.transition used by com.broadleafcommerce.scheduledjob.messaging.autoconfigureClassDescriptionThis 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 job -
Classes in com.broadleafcommerce.scheduledjob.messaging.transition used by com.broadleafcommerce.scheduledjob.messaging.transitionClassDescriptionListens for
WorkflowJobSchedulingRequest
that should trigger the creation ofScheduledJobs
Listens forWorkflowJobUnschedulingRequest
that should trigger the deletion ofScheduledJobs