Class RocketMQConsumerProperties.Pull

java.lang.Object
com.alibaba.cloud.stream.binder.rocketmq.properties.RocketMQConsumerProperties.Pull
All Implemented Interfaces:
Serializable
Enclosing class:
RocketMQConsumerProperties

public static class RocketMQConsumerProperties.Pull extends Object implements Serializable
See Also:
  • Constructor Details

    • Pull

      public Pull()
  • Method Details

    • getPollTimeoutMillis

      public long getPollTimeoutMillis()
    • setPollTimeoutMillis

      public void setPollTimeoutMillis(long pollTimeoutMillis)
    • getPullThreadNums

      public int getPullThreadNums()
    • setPullThreadNums

      public void setPullThreadNums(int pullThreadNums)
    • getTopicMetadataCheckIntervalMillis

      public long getTopicMetadataCheckIntervalMillis()
    • setTopicMetadataCheckIntervalMillis

      public void setTopicMetadataCheckIntervalMillis(long topicMetadataCheckIntervalMillis)
    • getConsumerTimeoutMillisWhenSuspend

      public long getConsumerTimeoutMillisWhenSuspend()
    • setConsumerTimeoutMillisWhenSuspend

      public void setConsumerTimeoutMillisWhenSuspend(long consumerTimeoutMillisWhenSuspend)
    • getErrAcknowledge

      public String getErrAcknowledge()
    • setErrAcknowledge

      public void setErrAcknowledge(String errAcknowledge)
    • getPullThresholdForAll

      public long getPullThresholdForAll()
    • setPullThresholdForAll

      public void setPullThresholdForAll(long pullThresholdForAll)