CoWatchingQueue

@Immutable
@AutoValue
@PublicApi
abstract class CoWatchingQueue


包含客户端队列数据和/或服务器队列的元数据。

摘要

嵌套类型

CoWatchingQueue 的构建器。

常量

const CoWatchingQueue!

公共函数

java-static CoWatchingQueue.Builder!
abstract ClientQueue?

返回 ClientQueue 数据。

abstract ServerQueueParams?

返回 ServerQueueParams 元数据。

常量

EMPTY

const val EMPTYCoWatchingQueue!

公共函数

builder

java-static fun builder(): CoWatchingQueue.Builder!

clientQueue

abstract fun clientQueue(): ClientQueue?

返回 ClientQueue 数据。

serverQueueParams

abstract fun serverQueueParams(): ServerQueueParams?

返回 ServerQueueParams 元数据。