CoWatchingQueue

@Immutable
@AutoValue
@PublicApi
public abstract class CoWatchingQueue



클라이언트 큐의 데이터 또는 서버 큐의 메타데이터를 포함합니다.

요약

중첩된 유형

CoWatchingQueue의 빌더입니다.

상수

static final CoWatchingQueue

공개 메서드

static CoWatchingQueue.Builder
abstract @Nullable ClientQueue

ClientQueue 데이터를 반환합니다.

abstract @Nullable ServerQueueParams

ServerQueueParams 메타데이터를 반환합니다.

상수

비어 있음

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 메타데이터를 반환합니다.