| Modifier and Type | Method and Description |
|---|---|
SubscriptionMode |
ConsumerParams.getSubscriptionMode() |
static SubscriptionMode |
SubscriptionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubscriptionMode[] |
SubscriptionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ConsumerBuilder |
ConsumerBuilder.subscriptionMode(SubscriptionMode subscriptionMode) |
| 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.