BufferForward

data class BufferForward(bufferId: BufferId, first: MsgId, last: MsgId, limit: Int, type: MessageTypes, flags: MessageFlags) : ClientBacklogManager.BacklogData

Properties

Link copied to clipboard
val bufferId: BufferId
Link copied to clipboard
val first: MsgId
Link copied to clipboard
val flags: MessageFlags
Link copied to clipboard
val last: MsgId
Link copied to clipboard
val limit: Int
Link copied to clipboard
val type: MessageTypes