Class BatchCompletionListener

java.lang.Object
com.broadleafcommerce.dataimport.messaging.BatchCompletionListener

@DataRouteByKey("import") public class BatchCompletionListener extends Object
Author:
Phillip Verheyden (phillipuniverse)
  • Constructor Details

    • BatchCompletionListener

      public BatchCompletionListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, BatchCompletionService batchCompletionService)
  • Method Details

    • listen

      @StreamListener("batchCompletionInput") public void listen(org.springframework.messaging.Message<com.broadleafcommerce.common.dataimport.messaging.BatchCompletion> message)
    • receiveCompletion

      protected void receiveCompletion(org.springframework.messaging.Message<com.broadleafcommerce.common.dataimport.messaging.BatchCompletion> message)
    • getIdempotentConsumptionService

      protected com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService getIdempotentConsumptionService()
    • getBatchCompletionService

      protected BatchCompletionService getBatchCompletionService()