Class StandardRetryProperties.Kafka

java.lang.Object
com.broadleafcommerce.common.messaging.retry.StandardRetryProperties.Kafka
Enclosing class:
StandardRetryProperties

public static class StandardRetryProperties.Kafka extends Object
  • 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

      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