Package com.broadleafcommerce.common.dataexport.messaging
package com.broadleafcommerce.common.dataexport.messaging
-
ClassDescriptionA listener that accepts triggered scheduled job events of type
ExportOrphanCheckListener.EXPORT_ORPHAN_CHECK_JOBTYPE
and adjusts theExport.status
of any exports that are hanging toExportStatus.ERROR
.Spring cloud stream messaging interface for receiving triggered job execution from the scheduled job microservice.A message representing a request to perform (actually process) anExport
.A listener that accepts aProcessExportRequest
and performs the export.MessageFactory
for creatingProcessExportRequest
messages.