Package com.broadleafcommerce.data.tracking.core.messaging
-
Interface Summary Interface Description ChangeSummaryProducer Spring cloud data channel description for messaging output.DeploymentConsumer Spring cloud data channel description for messaging input.PromotionConsumer Spring cloud data channel description for messaging input.PruneNotificationTriggeredJobEventConsumer Spring cloud stream messaging interface for receiving triggered job execution from the scheduled job microservice.PurgeSandboxTriggeredJobEventConsumer Spring cloud stream messaging interface for receiving triggered job execution from the scheduled job microservice.RebasingConsumer Spring cloud data channel description for messaging input.RejectionConsumer Spring cloud data channel description for messaging input.ReversionConsumer Spring cloud data channel description for messaging input.SandboxDeleteConsumer Spring cloud data channel description for messaging input.TransitionHandlerCustomizer Customize the list ofTransitionHandlersused byTransitionListener.WorkflowRequestCompletionConsumer Spring cloud data channel description for messaging input.WorkflowRequestCompletionProducer Spring cloud data channel description for messaging output. -
Class Summary Class Description ChangeDetailPruningPersistenceMessageAckedHandler This component prunes the change details from production-levelTrackableentities following successful acknowledgement of thePersistenceMessage's notification state.ChangeSummaryMessageFactory Creates newChangeEventmessages based on an entity instance.ChangeSummaryNotificationProperties Configuration properties for theNotificationHandlerandRetryHandlerrelated toChangeSummaryProducerDefaultSandboxDeleteListener Listen forSandboxDeleteEventto come in through theSandboxDeleteConsumersandbox message channel.PruneRestingNotificationStatesHandler A handler for scheduled jobs of typePruneRestingNotificationStatesListener.PRUNE_RESTING_NOTIFICATION_STATES_JOBTYPEthat prunes outdated resting notification states from allTrackableRepositories.PruneRestingNotificationStatesListener A listener that accepts triggered scheduled job events of typePruneRestingNotificationStatesListener.PRUNE_RESTING_NOTIFICATION_STATES_JOBTYPEand delegates toPruneRestingNotificationStatesHandlerto perform the appropriate behavior.PurgeObsoleteSandboxDataHandler A handler for scheduled jobs of typePurgeObsoleteSandboxDataListener.PURGE_OBSOLETE_SANDBOX_DATA_JOBTYPEthat purges obsolete sandbox records from allTrackableRepositories.PurgeObsoleteSandboxDataListener A listener that accepts triggered scheduled job events of typePurgeObsoleteSandboxDataListener.PURGE_OBSOLETE_SANDBOX_DATA_JOBTYPEand delegates toPurgeObsoleteSandboxDataHandlerto perform the appropriate behavior.SandboxDeleteEvent The event that is sent when the sandbox is deleted.TransitionHandlerFactory Used to createTransitionHandlersfor sandboxable entities and delegate to them when a sandbox message is received.TransitionListener Listen forWorkflowTransitionRequeststo come in through the various sandbox message channels (i.e.,PromotionConsumer,DeploymentConsumer,RejectionConsumer, andReversionConsumer) in order to delegate to the list of preconconfigured bean forTransitionHandlers.TransitionRequestCompletionNotificationProperties Configuration properties for theNotificationHandlerandRetryHandlerrelated toWorkflowRequestCompletionProducerTransitionRequestProperties Configuration properties for theNotificationHandlerandRetryHandlerrelated toWorkflowRequestCompletionProducer