Package | Description |
---|---|
com.tencentcloudapi.trocket.v20230308 | |
com.tencentcloudapi.trocket.v20230308.models |
Modifier and Type | Method and Description |
---|---|
DescribeTopicResponse |
TrocketClient.DescribeTopic(DescribeTopicRequest req)
查询主题详情,Offset和Limit参数是指订阅该主题的消费组查询分页参数,Filter参数使用说明如下:
- ConsumerGroup 消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口返回的 [ConsumeGroupItem](https://cloud.tencent.com/document/api/1493/96031#ConsumeGroupItem) 或控制台获得。
Filters示例:
[{ "Name": "ConsumerGroup", "Values": ["test_group"] }]
|
Constructor and Description |
---|
DescribeTopicRequest(DescribeTopicRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2025. All rights reserved.