CoWatchingQueue

@Immutable
@AutoValue
@PublicApi
public abstract class CoWatchingQueue



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

摘要

嵌套类型

CoWatchingQueue 的构建器。

常量

static final CoWatchingQueue

公共方法

static CoWatchingQueue.Builder
abstract @Nullable ClientQueue

返回 ClientQueue 数据。

abstract @Nullable ServerQueueParams

返回 ServerQueueParams 元数据。

常量

EMPTY

public static final CoWatchingQueue EMPTY

公共方法

builder

public static CoWatchingQueue.Builder builder()

clientQueue

public abstract @Nullable ClientQueue clientQueue()

返回 ClientQueue 数据。

serverQueueParams

public abstract @Nullable ServerQueueParams serverQueueParams()

返回 ServerQueueParams 元数据。