Class IndexNotificationProperties

java.lang.Object
com.broadleafcommerce.sandbox.messaging.completion.IndexNotificationProperties

@ConfigurationProperties("broadleaf.sandbox.index") public class IndexNotificationProperties extends Object
  • Constructor Details

    • IndexNotificationProperties

      public IndexNotificationProperties()
  • Method Details

    • getBatchSize

      public int getBatchSize()
      The size of BatchIndexRequest to issue during a sandbox transition. Default is 100.
    • setBatchSize

      public void setBatchSize(int batchSize)
      The size of BatchIndexRequest to issue during a sandbox transition. Default is 100.
    • 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