Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun itemsList(): List<QueueItem>
Link copied to clipboard
abstract fun pop(): Pair<ProtoValue, TimeStamp>?
abstract fun pop(msgCount: Int): List<Pair<ProtoValue, TimeStamp>>
Link copied to clipboard
abstract fun push(fullMessageList: List<Pair<ProtoValue, TimeStamp>>): List<UUID>
abstract fun push(fullMessage: ProtoValue, ts: TimeStamp): UUID
Link copied to clipboard
abstract fun remove(uuid: UUID)
abstract fun remove(uuidList: List<UUID>)