Class RocketMQConsumerProperties.Pull
java.lang.Object
com.alibaba.cloud.stream.binder.rocketmq.properties.RocketMQConsumerProperties.Pull
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RocketMQConsumerProperties
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglongintlonglongvoidsetConsumerTimeoutMillisWhenSuspend(long consumerTimeoutMillisWhenSuspend) voidsetErrAcknowledge(String errAcknowledge) voidsetPollTimeoutMillis(long pollTimeoutMillis) voidsetPullThreadNums(int pullThreadNums) voidsetPullThresholdForAll(long pullThresholdForAll) voidsetTopicMetadataCheckIntervalMillis(long topicMetadataCheckIntervalMillis)
-
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
-
setErrAcknowledge
-
getPullThresholdForAll
public long getPullThresholdForAll() -
setPullThresholdForAll
public void setPullThresholdForAll(long pullThresholdForAll)
-