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 中繼資料。