Class ExportProcessingConfigurationProperties
java.lang.Object
com.broadleafcommerce.common.dataexport.service.autoconfigure.ExportProcessingConfigurationProperties
@ConfigurationProperties("broadleaf.export.processing")
public class ExportProcessingConfigurationProperties
extends Object
Properties that can be used to configure how exports are processed.
- Author:
- Samarth Dhruva (samarthd)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
The processing of the export is done in batches to constrain the load on the system.int
hashCode()
void
setBatchSize
(int batchSize) The processing of the export is done in batches to constrain the load on the system.toString()
-
Constructor Details
-
ExportProcessingConfigurationProperties
public ExportProcessingConfigurationProperties()
-
-
Method Details
-
getBatchSize
public int getBatchSize()The processing of the export is done in batches to constrain the load on the system. This number represents how many records are processed in a single batch. -
setBatchSize
public void setBatchSize(int batchSize) The processing of the export is done in batches to constrain the load on the system. This number represents how many records are processed in a single batch. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-