Class DataExchangeProperties
java.lang.Object
com.broadleafcommerce.dataexchange.service.autoconfigure.DataExchangeProperties
@ConfigurationProperties("broadleaf.dataexchange")
public class DataExchangeProperties
extends Object
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanintMax batch size of top-level items to updated or deleted.inthashCode()voidsetMaxBatchSize(int maxBatchSize) Max batch size of top-level items to updated or deleted.toString() 
- 
Constructor Details
- 
DataExchangeProperties
public DataExchangeProperties() 
 - 
 - 
Method Details
- 
getMaxBatchSize
public int getMaxBatchSize()Max batch size of top-level items to updated or deleted. - 
setMaxBatchSize
public void setMaxBatchSize(int maxBatchSize) Max batch size of top-level items to updated or deleted. - 
equals
 - 
canEqual
 - 
hashCode
public int hashCode() - 
toString
 
 -