Class BulkUpdateProcessingConfigurationProperties
- java.lang.Object
-
- com.broadleafcommerce.bulk.service.autoconfigure.BulkUpdateProcessingConfigurationProperties
-
@ConstructorBinding @ConfigurationProperties("broadleaf.bulk.processing") public final class BulkUpdateProcessingConfigurationProperties extends ObjectProperties that can be used to configure how bulk operations are processed.- Author:
- Samarth Dhruva (samarthd)
-
-
Constructor Summary
Constructors Constructor Description BulkUpdateProcessingConfigurationProperties(int batchSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)intgetBatchSize()The processing of the bulk operation is done in batches to constrain the load on the system.inthashCode()StringtoString()
-