Package com.broadleafcommerce.sandbox.messaging.completion
package com.broadleafcommerce.sandbox.messaging.completion
-
ClassDescriptionDefault implementation of
IndexNotificationService
This handler deals with updating the states and statuses ofChangeDeploys
that have just finished being scheduled.This handler deals with updating the states and statuses ofChangeDeploys
that have just finished being unscheduled.This handler deals with cleaning up deployedChangeDeploys'
states and statuses.As transition completions are consumed, notify the indexer service via message of a batch ofIndexable
instances to index.Handles anyWorkflowRequestCompletion
s resulting fromWorkflowPromoteRequest
This handler deals with cleaning up rebasedChangeSummaries'
statuses.This handler deals with cleaning up rejectedChangeSummaryGroups'
states and statuses.Utility class to help validate states of sandbox entities during completion and error flows.Classes implementing this interface handle follow-up actions (like cleaning upChangeSummary
states/statuses) for specific types of transition completions.Defines the contract for a class that awaits the transmission ofTransitionRequestCompletions
(by listening on theWorkflowRequestCompletionConsumer channel
).