Package com.broadleafcommerce.bulk.messaging
- 
Interface Summary Interface Description BulkTriggeredJobEventConsumer Spring cloud stream messaging interface for receiving triggered job execution from the scheduled job microservice. - 
Class Summary Class Description BulkUpdateOrphanCheckListener A listener that accepts triggered scheduled job events of typeBulkUpdateOrphanCheckListener.BULK_UPDATE_ORPHAN_CHECK_JOBTYPEand adjusts theBulkUpdate.statusof any bulk updates that are hanging toBulkUpdateStatus.ERROR.CreateSandboxRequest A message representing a request to the sandbox service to create a given sandbox.CreateSandboxRequestMessageFactory MessageFactoryfor creatingCreateSandboxRequestmessages.DeleteSandboxRequest A message representing a request to the sandbox service to delete the sandbox for a failedBulkUpdate.DeleteSandboxRequestMessageFactory MessageFactoryfor creatingDeleteSandboxRequestmessages.ProcessBulkUpdateRequest A message representing a request to perform (actually apply) aBulkUpdate.ProcessBulkUpdateRequestListener A listener that accepts aProcessBulkUpdateRequestand performs the update.ProcessBulkUpdateRequestMessageFactory MessageFactoryfor creatingProcessBulkUpdateRequestmessages.