Class BatchRequestProducerErrorHandler
java.lang.Object
com.broadleafcommerce.dataimport.messaging.BatchRequestProducerErrorHandler
- Author:
- Phillip Verheyden (phillipuniverse)
-
Constructor Summary
ConstructorDescriptionBatchRequestProducerErrorHandler
(BatchCompletionService completionService, com.fasterxml.jackson.databind.ObjectMapper mapper) -
Method Summary
Modifier and TypeMethodDescriptionvoid
error
(org.springframework.messaging.support.ErrorMessage message)
-
Constructor Details
-
BatchRequestProducerErrorHandler
public BatchRequestProducerErrorHandler(BatchCompletionService completionService, com.fasterxml.jackson.databind.ObjectMapper mapper)
-
-
Method Details
-
error
@ServiceActivator(inputChannel="batchRequest.errors") public void error(org.springframework.messaging.support.ErrorMessage message)
-