Uses of Interface
com.broadleafcommerce.sandbox.messaging.completion.WorkflowRequestCompletionHandler
Packages that use WorkflowRequestCompletionHandler
Package
Description
-
Uses of WorkflowRequestCompletionHandler in com.broadleafcommerce.sandbox.messaging.autoconfigure
Method parameters in com.broadleafcommerce.sandbox.messaging.autoconfigure with type arguments of type WorkflowRequestCompletionHandlerModifier and TypeMethodDescriptionSandboxMessagingAutoConfiguration.transitionRequestCompletionListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, List<WorkflowRequestCompletionHandler> workflowRequestCompletionHandlers) -
Uses of WorkflowRequestCompletionHandler in com.broadleafcommerce.sandbox.messaging.completion
Classes in com.broadleafcommerce.sandbox.messaging.completion that implement WorkflowRequestCompletionHandlerModifier and TypeClassDescriptionclass
This handler deals with updating the states and statuses ofChangeDeploys
that have just finished being scheduled.class
This handler deals with updating the states and statuses ofChangeDeploys
that have just finished being unscheduled.class
This handler deals with cleaning up deployedChangeDeploys'
states and statuses.class
Handles anyWorkflowRequestCompletion
s resulting fromWorkflowPromoteRequest
class
This handler deals with cleaning up rebasedChangeSummaries'
statuses.class
This handler deals with cleaning up rejectedChangeSummaryGroups'
states and statuses.class
Methods in com.broadleafcommerce.sandbox.messaging.completion that return types with arguments of type WorkflowRequestCompletionHandlerModifier and TypeMethodDescriptionprotected List<WorkflowRequestCompletionHandler>
DefaultWorkflowRequestCompletionListener.getWorkflowRequestCompletionHandlers()
Constructor parameters in com.broadleafcommerce.sandbox.messaging.completion with type arguments of type WorkflowRequestCompletionHandlerModifierConstructorDescriptionDefaultWorkflowRequestCompletionListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, List<WorkflowRequestCompletionHandler> workflowRequestCompletionHandlers)