Class BulkUpdateProcessingConfigurationProperties

java.lang.Object
com.broadleafcommerce.bulk.service.autoconfigure.BulkUpdateProcessingConfigurationProperties

@ConfigurationProperties("broadleaf.bulk.processing") public class BulkUpdateProcessingConfigurationProperties extends Object
Properties that can be used to configure how bulk operations are processed.
Author:
Samarth Dhruva (samarthd)
  • Constructor Details

    • BulkUpdateProcessingConfigurationProperties

      public BulkUpdateProcessingConfigurationProperties(@DefaultValue("100") int batchSize)
  • Method Details

    • getBatchSize

      public int getBatchSize()
      The processing of the bulk operation is done in batches to constrain the load on the system. This number represents how many records are processed in a single batch.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object