Class ProductDataFeedCollectorProperties

java.lang.Object
com.broadleafcommerce.datafeed.service.collector.provider.autoconfigure.ProductDataFeedCollectorProperties

@ConfigurationProperties(prefix="broadleaf.datafeed.collector.product") public class ProductDataFeedCollectorProperties extends Object
Properties relating to ProductDataFeedCollector.
Author:
Kelly Tisdell (ktisdell)
  • Constructor Details

    • ProductDataFeedCollectorProperties

      public ProductDataFeedCollectorProperties()
  • Method Details

    • getWorkerThreads

      public int getWorkerThreads()
      Number of worker threads to process the Product collection process.
    • getBatchSize

      public int getBatchSize()
      Size of a batch of Products that should be fetched by a single worker thread to be collected and written to a file.
    • setWorkerThreads

      public void setWorkerThreads(int workerThreads)
      Number of worker threads to process the Product collection process.
    • setBatchSize

      public void setBatchSize(int batchSize)
      Size of a batch of Products that should be fetched by a single worker thread to be collected and written to a file.
    • 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