TunnelChannel

data class TunnelChannel(val channelId: String? = null, val channelRpo: Int? = null, val channelStatus: String? = null, val channelType: String? = null, val clientId: String? = null)

Constructors

Link copied to clipboard
constructor(channelId: String? = null, channelRpo: Int? = null, channelStatus: String? = null, channelType: String? = null, clientId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val channelId: String? = null

The id of the channel.

Link copied to clipboard
val channelRpo: Int? = null

The latest consumption time of the channel, unix time in nanosecond.

Link copied to clipboard
val channelStatus: String? = null

The status of the channel, valid values: WAIT, OPEN, CLOSING, CLOSE, TERMINATED.

Link copied to clipboard
val channelType: String? = null

The type of the channel, valid values: BaseData, Stream.

Link copied to clipboard
val clientId: String? = null

The client id of the channel.