public class ConsumerParams extends Object
| Constructor and Description |
|---|
ConsumerParams(Long consumerId,
Topic topic,
String subName,
String consumerName,
SubType subType,
Integer priority,
MessageId messageId,
Map<String,String> metadata,
Integer receiverQueueSize,
Long ackTimeout,
TimeUnit ackTimeoutTimeUnit,
EndOfTopicMessageListener endOfTopicMessageListener,
SubscriptionMode subscriptionMode,
String jsonPath) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAckTimeout() |
TimeUnit |
getAckTimeoutTimeUnit() |
Long |
getConsumerId() |
String |
getConsumerName() |
EndOfTopicMessageListener |
getEndOfTopicMessageListener() |
MessageId |
getInitialPosition() |
String |
getJsonPath() |
Map<String,String> |
getMetadata() |
String |
getNamespace() |
Boolean |
getPersistent() |
Integer |
getPriority() |
Integer |
getReceiverQueueSize() |
String |
getSubName() |
SubscriptionMode |
getSubscriptionMode() |
SubType |
getSubType() |
Topic |
getTopic() |
String |
getTopicStr() |
String |
toString() |
public ConsumerParams(Long consumerId, Topic topic, String subName, String consumerName, SubType subType, Integer priority, MessageId messageId, Map<String,String> metadata, Integer receiverQueueSize, Long ackTimeout, TimeUnit ackTimeoutTimeUnit, EndOfTopicMessageListener endOfTopicMessageListener, SubscriptionMode subscriptionMode, String jsonPath)
public Long getConsumerId()
public Boolean getPersistent()
public String getNamespace()
public Topic getTopic()
public String getTopicStr()
public String getSubName()
public String getConsumerName()
public SubType getSubType()
public Integer getPriority()
public MessageId getInitialPosition()
public Integer getReceiverQueueSize()
public Long getAckTimeout()
public TimeUnit getAckTimeoutTimeUnit()
public EndOfTopicMessageListener getEndOfTopicMessageListener()
public SubscriptionMode getSubscriptionMode()
public String getJsonPath()
Copyright © 2019-2021, TurtleQueue All Rights Reserved. Use is subject to license terms.