Package com.broadleafcommerce.dataimport.messaging
package com.broadleafcommerce.dataimport.messaging
-
ClassDescriptionCreates a
BatchRequest
for aBatch
to be published across a message channelA 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 failedImport
.MessageFactory
for creatingDeleteSandboxRequest
messages.A listener that accepts triggered scheduled job events of typeImportOrphanCheckListener.IMPORT_ORPHAN_CHECK_JOBTYPE
and adjusts theImport.status
of any imports that are hanging toImportStatus.FAILED
.Spring cloud stream messaging interface for receiving triggered job execution from the scheduled job microservice.A message representing a request to perform the importImport
.Receives the process import event on the message channel to start the importMessageFactory
for creatingProcessImportRequest
messages.