GetConsumerChannelsChannel

data class GetConsumerChannelsChannel(val consumerGroupId: String, val consumerGroupName: String, val consumerGroupUserName: String, val consumptionCheckpoint: String, val id: String, val messageDelay: Int, val unconsumedData: Int)

Constructors

Link copied to clipboard
constructor(consumerGroupId: String, consumerGroupName: String, consumerGroupUserName: String, consumptionCheckpoint: String, id: String, messageDelay: Int, unconsumedData: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the consumer group.

Link copied to clipboard

The name of the consumer group.

Link copied to clipboard

The username of the consumer group.

Link copied to clipboard

The time point when the client consumed the last message in the subscription channel.

Link copied to clipboard
val id: String

The ID of the Consumer Channel.

Link copied to clipboard

The message delay time, for the current time data subscription channel in the earliest time of unconsumed messages of the difference, in Unix timestamp format, which is measured in seconds.

Link copied to clipboard

The total number of unconsumed messages.