Uses of Interface
com.broadleafcommerce.common.dataimport.ImportBatchHandler
Packages that use ImportBatchHandler
Package
Description
-
Uses of ImportBatchHandler in com.broadleafcommerce.common.dataimport
Classes in com.broadleafcommerce.common.dataimport that implement ImportBatchHandlerModifier and TypeClassDescriptionclass
Intended to provide a commonly useful starting point forImportBatchHandler
implementations. -
Uses of ImportBatchHandler in com.broadleafcommerce.common.dataimport.configuration
Method parameters in com.broadleafcommerce.common.dataimport.configuration with type arguments of type ImportBatchHandlerModifier and TypeMethodDescriptionDataImportConsumerMessagingConfiguration.importBatchListener
(List<ImportBatchHandler> handlers, com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, com.broadleafcommerce.common.extension.data.DataRouteReference reference) -
Uses of ImportBatchHandler in com.broadleafcommerce.common.dataimport.messaging
Methods in com.broadleafcommerce.common.dataimport.messaging that return types with arguments of type ImportBatchHandlerConstructor parameters in com.broadleafcommerce.common.dataimport.messaging with type arguments of type ImportBatchHandlerModifierConstructorDescriptionBatchListener
(List<ImportBatchHandler> handlers, com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, com.broadleafcommerce.common.extension.data.DataRouteReference reference)