Uses of Class
com.broadleafcommerce.common.dataimport.messaging.BatchCompletion
Packages that use BatchCompletion
Package
Description
-
Uses of BatchCompletion in com.broadleafcommerce.common.dataimport
Methods in com.broadleafcommerce.common.dataimport that return BatchCompletionModifier and TypeMethodDescriptionImportBatchHandler.handle
(BatchRequest batch) Handle the batch and emit completions for all items within the batch. -
Uses of BatchCompletion in com.broadleafcommerce.common.dataimport.messaging
Methods in com.broadleafcommerce.common.dataimport.messaging that return BatchCompletionModifier and TypeMethodDescriptionprotected BatchCompletion
BatchListener.doImport
(@NonNull org.springframework.messaging.Message<BatchRequest> message) Methods in com.broadleafcommerce.common.dataimport.messaging that return types with arguments of type BatchCompletionModifier and TypeMethodDescriptionorg.springframework.messaging.Message<BatchCompletion>
BatchListener.listen
(@NonNull org.springframework.messaging.Message<BatchRequest> message) Channel consumption for a batch requestMethods in com.broadleafcommerce.common.dataimport.messaging with parameters of type BatchCompletionModifier and TypeMethodDescriptionprotected List<BatchCompletionRecord>
BatchListener.buildErrorCompletionsForUnacknowledgedRecords
(@NonNull BatchCompletion completion, @NonNull BatchRequest request)