Class BatchCompletion
java.lang.Object
com.broadleafcommerce.common.dataimport.messaging.BatchCompletion
Event domain sent across the 
BatchCompletionProducer channel- Author:
 - Phillip Verheyden (phillipuniverse)
 
- 
Constructor Summary
ConstructorsConstructorDescriptionBatchCompletion(String batchId, String importId, List<BatchCompletionRecord> records)  - 
Method Summary
 
- 
Constructor Details
- 
BatchCompletion
 
 - 
 - 
Method Details
- 
getBatchId
Identifier for this batch - 
getImportId
The import that this batch request is associated with - 
getRecords
The records that should be inserted within this batch - 
toString
 - 
equals
 - 
canEqual
 - 
hashCode
public int hashCode() 
 -