Class RocketMQConsumerProperties

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

public class RocketMQConsumerProperties extends RocketMQCommonProperties
Extended consumer properties for RocketMQ binder.
Author:
Jim
See Also:
  • Constructor Details

    • RocketMQConsumerProperties

      public RocketMQConsumerProperties()
  • Method Details

    • getMessageModel

      public String getMessageModel()
    • setMessageModel

      public RocketMQConsumerProperties setMessageModel(String messageModel)
    • getAllocateMessageQueueStrategy

      public String getAllocateMessageQueueStrategy()
    • setAllocateMessageQueueStrategy

      public void setAllocateMessageQueueStrategy(String allocateMessageQueueStrategy)
    • getSubscription

      public String getSubscription()
    • setSubscription

      public void setSubscription(String subscription)
    • getPush

    • setPush

      public void setPush(RocketMQConsumerProperties.Push push)
    • getPullTimeDelayMillsWhenException

      public long getPullTimeDelayMillsWhenException()
    • setPullTimeDelayMillsWhenException

      public RocketMQConsumerProperties setPullTimeDelayMillsWhenException(long pullTimeDelayMillsWhenException)
    • getConsumeFromWhere

      public org.apache.rocketmq.common.consumer.ConsumeFromWhere getConsumeFromWhere()
    • setConsumeFromWhere

      public RocketMQConsumerProperties setConsumeFromWhere(org.apache.rocketmq.common.consumer.ConsumeFromWhere consumeFromWhere)
    • getConsumeTimestamp

      public String getConsumeTimestamp()
    • setConsumeTimestamp

      public RocketMQConsumerProperties setConsumeTimestamp(String consumeTimestamp)
    • getPullThresholdForQueue

      public int getPullThresholdForQueue()
    • setPullThresholdForQueue

      public RocketMQConsumerProperties setPullThresholdForQueue(int pullThresholdForQueue)
    • getPullThresholdSizeForQueue

      public int getPullThresholdSizeForQueue()
    • setPullThresholdSizeForQueue

      public RocketMQConsumerProperties setPullThresholdSizeForQueue(int pullThresholdSizeForQueue)
    • getPullBatchSize

      public int getPullBatchSize()
    • setPullBatchSize

      public RocketMQConsumerProperties setPullBatchSize(int pullBatchSize)
    • getPull

    • setPull

    • getConsumeMaxSpan

      public int getConsumeMaxSpan()
    • setConsumeMaxSpan

      public RocketMQConsumerProperties setConsumeMaxSpan(int consumeMaxSpan)