Package com.broadleafcommerce.bulk.messaging
package com.broadleafcommerce.bulk.messaging
-
ClassDescriptionSpring cloud stream messaging interface for receiving triggered job execution from the scheduled job microservice.A listener that accepts triggered scheduled job events of type
BulkUpdateOrphanCheckListener.BULK_UPDATE_ORPHAN_CHECK_JOBTYPE
and adjusts theBulkUpdate.status
of any bulk updates that are hanging toBulkUpdateStatus.ERROR
.A message representing a request to the sandbox service to create a given sandbox.MessageFactory
for creatingCreateSandboxRequest
messages.A message representing a request to the sandbox service to delete the sandbox for a failedBulkUpdate
.MessageFactory
for creatingDeleteSandboxRequest
messages.A message representing a request to perform (actually apply) aBulkUpdate
.A listener that accepts aProcessBulkUpdateRequest
and performs the update.MessageFactory
for creatingProcessBulkUpdateRequest
messages.