接口 ReceiveMessageRequestOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface ReceiveMessageRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 booleangetAutoRenew()For message auto renew and cleanintgetBatchSize()int32 batch_size = 4;FilterExpressiongetFilterExpression().apache.rocketmq.v2.FilterExpression filter_expression = 3;FilterExpressionOrBuildergetFilterExpressionOrBuilder().apache.rocketmq.v2.FilterExpression filter_expression = 3;ResourcegetGroup().apache.rocketmq.v2.Resource group = 1;ResourceOrBuildergetGroupOrBuilder().apache.rocketmq.v2.Resource group = 1;com.google.protobuf.DurationgetInvisibleDuration()Required if client type is simple consumer.com.google.protobuf.DurationOrBuildergetInvisibleDurationOrBuilder()Required if client type is simple consumer.com.google.protobuf.DurationgetLongPollingTimeout()optional .google.protobuf.Duration long_polling_timeout = 7;com.google.protobuf.DurationOrBuildergetLongPollingTimeoutOrBuilder()optional .google.protobuf.Duration long_polling_timeout = 7;MessageQueuegetMessageQueue().apache.rocketmq.v2.MessageQueue message_queue = 2;MessageQueueOrBuildergetMessageQueueOrBuilder().apache.rocketmq.v2.MessageQueue message_queue = 2;booleanhasFilterExpression().apache.rocketmq.v2.FilterExpression filter_expression = 3;booleanhasGroup().apache.rocketmq.v2.Resource group = 1;booleanhasInvisibleDuration()Required if client type is simple consumer.booleanhasLongPollingTimeout()optional .google.protobuf.Duration long_polling_timeout = 7;booleanhasMessageQueue().apache.rocketmq.v2.MessageQueue message_queue = 2;
-
-
-
方法详细资料
-
hasGroup
boolean hasGroup()
.apache.rocketmq.v2.Resource group = 1;- 返回:
- Whether the group field is set.
-
getGroup
Resource getGroup()
.apache.rocketmq.v2.Resource group = 1;- 返回:
- The group.
-
getGroupOrBuilder
ResourceOrBuilder getGroupOrBuilder()
.apache.rocketmq.v2.Resource group = 1;
-
hasMessageQueue
boolean hasMessageQueue()
.apache.rocketmq.v2.MessageQueue message_queue = 2;- 返回:
- Whether the messageQueue field is set.
-
getMessageQueue
MessageQueue getMessageQueue()
.apache.rocketmq.v2.MessageQueue message_queue = 2;- 返回:
- The messageQueue.
-
getMessageQueueOrBuilder
MessageQueueOrBuilder getMessageQueueOrBuilder()
.apache.rocketmq.v2.MessageQueue message_queue = 2;
-
hasFilterExpression
boolean hasFilterExpression()
.apache.rocketmq.v2.FilterExpression filter_expression = 3;- 返回:
- Whether the filterExpression field is set.
-
getFilterExpression
FilterExpression getFilterExpression()
.apache.rocketmq.v2.FilterExpression filter_expression = 3;- 返回:
- The filterExpression.
-
getFilterExpressionOrBuilder
FilterExpressionOrBuilder getFilterExpressionOrBuilder()
.apache.rocketmq.v2.FilterExpression filter_expression = 3;
-
getBatchSize
int getBatchSize()
int32 batch_size = 4;- 返回:
- The batchSize.
-
hasInvisibleDuration
boolean hasInvisibleDuration()
Required if client type is simple consumer.
optional .google.protobuf.Duration invisible_duration = 5;- 返回:
- Whether the invisibleDuration field is set.
-
getInvisibleDuration
com.google.protobuf.Duration getInvisibleDuration()
Required if client type is simple consumer.
optional .google.protobuf.Duration invisible_duration = 5;- 返回:
- The invisibleDuration.
-
getInvisibleDurationOrBuilder
com.google.protobuf.DurationOrBuilder getInvisibleDurationOrBuilder()
Required if client type is simple consumer.
optional .google.protobuf.Duration invisible_duration = 5;
-
getAutoRenew
boolean getAutoRenew()
For message auto renew and clean
bool auto_renew = 6;- 返回:
- The autoRenew.
-
hasLongPollingTimeout
boolean hasLongPollingTimeout()
optional .google.protobuf.Duration long_polling_timeout = 7;- 返回:
- Whether the longPollingTimeout field is set.
-
getLongPollingTimeout
com.google.protobuf.Duration getLongPollingTimeout()
optional .google.protobuf.Duration long_polling_timeout = 7;- 返回:
- The longPollingTimeout.
-
getLongPollingTimeoutOrBuilder
com.google.protobuf.DurationOrBuilder getLongPollingTimeoutOrBuilder()
optional .google.protobuf.Duration long_polling_timeout = 7;
-
-