lib/v20200217/client.rb in tencentcloud-sdk-tdmq-1.0.363 vs lib/v20200217/client.rb in tencentcloud-sdk-tdmq-1.0.364
- old
+ new
@@ -2163,10 +2163,10 @@
raise e
rescue StandardError => e
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
end
- # 接收发送到指定 topic 中的消息,当 Topic 中没有消息但还去尝试调用该接口时,会抛出 ReceiveTimeout 的异常。
+ # 当前 ReceiveMessage 接口只支持 Partitioned 类型的 Topic。该接口用于接收发送到指定 Partitioned Topic 中的消息,当 Partitioned Topic 中没有消息但还去尝试调用该接口时,会抛出 ReceiveTimeout 的异常。
# 如何使用 BatchReceivePolicy:
# BatchReceive 接口提供了如下三个参数:
\ No newline at end of file