Package com.broadleafcommerce.data.tracking.core.messaging
package com.broadleafcommerce.data.tracking.core.messaging
-
ClassDescriptionThis component prunes the change details from production-level
Trackable
entities following successful acknowledgement of thePersistenceMessage
's notification state.Creates newChangeEvent
messages based on an entity instance.Configuration properties for theNotificationHandler
andRetryHandler
related toChangeSummaryProducer
Spring cloud data channel description for messaging output.Listen forSandboxDeleteEvent
to come in through theSandboxDeleteConsumer
sandbox message channel.Spring cloud data channel description for messaging input.Spring cloud data channel description for messaging input.Spring cloud stream messaging interface for receiving triggered job execution from the scheduled job microservice.A handler for scheduled jobs of typePruneRestingNotificationStatesListener.PRUNE_RESTING_NOTIFICATION_STATES_JOBTYPE
that prunes outdated resting notification states from allTrackableRepositories
.A listener that accepts triggered scheduled job events of typePruneRestingNotificationStatesListener.PRUNE_RESTING_NOTIFICATION_STATES_JOBTYPE
and delegates toPruneRestingNotificationStatesHandler
to perform the appropriate behavior.A handler for scheduled jobs of typePurgeObsoleteSandboxDataListener.PURGE_OBSOLETE_SANDBOX_DATA_JOBTYPE
that purges obsolete sandbox records from allTrackableRepositories
.A listener that accepts triggered scheduled job events of typePurgeObsoleteSandboxDataListener.PURGE_OBSOLETE_SANDBOX_DATA_JOBTYPE
and delegates toPurgeObsoleteSandboxDataHandler
to perform the appropriate behavior.Spring cloud stream messaging interface for receiving triggered job execution from the scheduled job microservice.Spring cloud data channel description for messaging input.Spring cloud data channel description for messaging input.Spring cloud data channel description for messaging input.Spring cloud data channel description for messaging input.The event that is sent when the sandbox is deleted.Represents a repository that is capable of specialized record pruning operationsCustomize the list ofTransitionHandlers
used byTransitionListener
.Used to createTransitionHandlers
for sandboxable entities and delegate to them when a sandbox message is received.Listen forWorkflowTransitionRequests
to 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
.Configuration properties for theNotificationHandler
andRetryHandler
related toWorkflowRequestCompletionProducer
Configuration properties for theNotificationHandler
andRetryHandler
related toWorkflowRequestCompletionProducer
Spring cloud data channel description for messaging input.Spring cloud data channel description for messaging output.