public class RocketMQConsumerProperties extends RocketMQCommonProperties
| Modifier and Type | Class and Description |
|---|---|
static class |
RocketMQConsumerProperties.Pull |
static class |
RocketMQConsumerProperties.Push |
| Constructor and Description |
|---|
RocketMQConsumerProperties() |
getAccessChannel, getAccessKey, getCustomizedTraceTopic, getEnabled, getEnableMsgTrace, getGroup, getHeartbeatBrokerInterval, getNameServer, getNamespace, getPersistConsumerOffsetInterval, getPollNameServerInterval, getSecretKey, getUnitName, getUseTLS, getVipChannelEnabled, setAccessChannel, setAccessKey, setCustomizedTraceTopic, setEnabled, setEnableMsgTrace, setGroup, setHeartbeatBrokerInterval, setNameServer, setNamespace, setPersistConsumerOffsetInterval, setPollNameServerInterval, setSecretKey, setUnitName, setUseTLS, setVipChannelEnabledpublic String getMessageModel()
public RocketMQConsumerProperties setMessageModel(String messageModel)
public String getAllocateMessageQueueStrategy()
public void setAllocateMessageQueueStrategy(String allocateMessageQueueStrategy)
public String getSubscription()
public void setSubscription(String subscription)
public RocketMQConsumerProperties.Push getPush()
public void setPush(RocketMQConsumerProperties.Push push)
public long getPullTimeDelayMillsWhenException()
public RocketMQConsumerProperties setPullTimeDelayMillsWhenException(long pullTimeDelayMillsWhenException)
public org.apache.rocketmq.common.consumer.ConsumeFromWhere getConsumeFromWhere()
public RocketMQConsumerProperties setConsumeFromWhere(org.apache.rocketmq.common.consumer.ConsumeFromWhere consumeFromWhere)
public String getConsumeTimestamp()
public RocketMQConsumerProperties setConsumeTimestamp(String consumeTimestamp)
public int getPullThresholdForQueue()
public RocketMQConsumerProperties setPullThresholdForQueue(int pullThresholdForQueue)
public int getPullThresholdSizeForQueue()
public RocketMQConsumerProperties setPullThresholdSizeForQueue(int pullThresholdSizeForQueue)
public int getPullBatchSize()
public RocketMQConsumerProperties setPullBatchSize(int pullBatchSize)
public RocketMQConsumerProperties.Pull getPull()
public RocketMQConsumerProperties setPull(RocketMQConsumerProperties.Pull pull)
public int getConsumeMaxSpan()
public RocketMQConsumerProperties setConsumeMaxSpan(int consumeMaxSpan)
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.