Uses of Interface
com.broadleafcommerce.dataimport.service.BatchCompletionService
Packages that use BatchCompletionService
Package
Description
-
Uses of BatchCompletionService in com.broadleafcommerce.dataimport.messaging
Methods in com.broadleafcommerce.dataimport.messaging that return BatchCompletionServiceModifier and TypeMethodDescriptionprotected BatchCompletionService
BatchCompletionListener.getBatchCompletionService()
Constructors in com.broadleafcommerce.dataimport.messaging with parameters of type BatchCompletionServiceModifierConstructorDescriptionBatchCompletionListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, BatchCompletionService batchCompletionService) BatchRequestProducerErrorHandler
(BatchCompletionService completionService, com.fasterxml.jackson.databind.ObjectMapper mapper) -
Uses of BatchCompletionService in com.broadleafcommerce.dataimport.messaging.autoconfigure
Methods in com.broadleafcommerce.dataimport.messaging.autoconfigure with parameters of type BatchCompletionServiceModifier and TypeMethodDescriptionDataImportMessagingAutoConfiguration.batchCompletionListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, BatchCompletionService completionService) BatchRequestNotificationAutoConfiguration.batchRequestErrorHandler
(BatchCompletionService completionService, com.fasterxml.jackson.databind.ObjectMapper mapper) -
Uses of BatchCompletionService in com.broadleafcommerce.dataimport.service
Classes in com.broadleafcommerce.dataimport.service that implement BatchCompletionService -
Uses of BatchCompletionService in com.broadleafcommerce.dataimport.service.autoconfigure
Methods in com.broadleafcommerce.dataimport.service.autoconfigure that return BatchCompletionServiceModifier and TypeMethodDescriptionImportServiceAutoConfiguration.batchCompletionService
(ImportService<Import> importService, BatchService<Batch> batchService, BatchItemCompletionService<BatchItemCompletion> batchItemCompletionService, IndexNotificationService indexNotificationService)