Class StandardRetryProperties.Kafka
java.lang.Object
com.broadleafcommerce.common.messaging.retry.StandardRetryProperties.Kafka
- Enclosing class:
- StandardRetryProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
long
The amount of time in milliseconds the kafka consumer will block waiting for poll max records to be returned.int
hashCode()
void
setPollTimeout
(long pollTimeout) The amount of time in milliseconds the kafka consumer will block waiting for poll max records to be returned.toString()
-
Constructor Details
-
Kafka
public Kafka()
-
-
Method Details
-
getPollTimeout
public long getPollTimeout()The amount of time in milliseconds the kafka consumer will block waiting for poll max records to be returned. Shorten this timeframe for more frequent poll iterations. Default is 5000. -
setPollTimeout
public void setPollTimeout(long pollTimeout) The amount of time in milliseconds the kafka consumer will block waiting for poll max records to be returned. Shorten this timeframe for more frequent poll iterations. Default is 5000. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-