Class InitializeBulkOperationItemsProperties
java.lang.Object
com.broadleafcommerce.bulkoperations.messaging.InitializeBulkOperationItemsProperties
@ConfigurationProperties("broadleaf.bulkoperations.initialize")
public class InitializeBulkOperationItemsProperties
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
The batch size of the initialize requests to search & catalog.void
setBatchSize
(int batchSize) The batch size of the initialize requests to search & catalog.
-
Constructor Details
-
InitializeBulkOperationItemsProperties
public InitializeBulkOperationItemsProperties()
-
-
Method Details
-
getBatchSize
public int getBatchSize()The batch size of the initialize requests to search & catalog. -
setBatchSize
public void setBatchSize(int batchSize) The batch size of the initialize requests to search & catalog.
-