Class IndexNotificationProperties
java.lang.Object
com.broadleafcommerce.sandbox.messaging.completion.IndexNotificationProperties
@ConfigurationProperties("broadleaf.sandbox.index")
public class IndexNotificationProperties
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
The size ofBatchIndexRequest
to issue during a sandbox transition.int
hashCode()
void
setBatchSize
(int batchSize) The size ofBatchIndexRequest
to issue during a sandbox transition.toString()
-
Constructor Details
-
IndexNotificationProperties
public IndexNotificationProperties()
-
-
Method Details
-
getBatchSize
public int getBatchSize()The size ofBatchIndexRequest
to issue during a sandbox transition. Default is 100. -
setBatchSize
public void setBatchSize(int batchSize) The size ofBatchIndexRequest
to issue during a sandbox transition. Default is 100. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-