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
Constructors Constructor Description ExportProcessingConfigurationProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
int
getBatchSize()
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.String
toString()
-
-
-
Method Detail
-
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.
-
canEqual
protected boolean canEqual(Object other)
-
-