Class BulkUpdateProcessingConfigurationProperties


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

      • BulkUpdateProcessingConfigurationProperties

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

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object