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