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 Details

    • ExportProcessingConfigurationProperties

      public ExportProcessingConfigurationProperties()
  • Method Details

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