CoWatchingQueue

@Immutable
@AutoValue
@PublicApi
abstract class CoWatchingQueue


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

요약

중첩된 유형

CoWatchingQueue의 빌더입니다.

상수

const CoWatchingQueue!

공개 함수

java-static CoWatchingQueue.Builder!
abstract ClientQueue?

ClientQueue 데이터를 반환합니다.

abstract ServerQueueParams?

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

상수

비어 있음

const val EMPTYCoWatchingQueue!

공개 함수

builder

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

clientQueue

abstract fun clientQueue(): ClientQueue?

ClientQueue 데이터를 반환합니다.

serverQueueParams

abstract fun serverQueueParams(): ServerQueueParams?

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