| Modifier and Type | Field and Description |
|---|---|
protected EndOfTopicMessageListener<T> |
ConsumerImpl.endOfTopicMessageListener |
| Modifier and Type | Method and Description |
|---|---|
EndOfTopicMessageListener |
ConsumerParams.getEndOfTopicMessageListener() |
| Modifier and Type | Method and Description |
|---|---|
ConsumerBuilder |
ConsumerBuilder.endOfTopicMessageListener(EndOfTopicMessageListener endOfTopicMessageListener) |
| 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) |
Copyright © 2019-2021, TurtleQueue All Rights Reserved. Use is subject to license terms.