BacklogManagerStub
Functions
Link copied to clipboard
open fun receiveBacklog(bufferId: BufferId, first: MsgId = MsgId(-1), last: MsgId = MsgId(-1), limit: Int = -1, additional: Int = 0, messages: QVariantList)
Content copied to clipboard
Response to the corresponding requestBacklog call. messages contains the messages as QVariant<Message>
Link copied to clipboard
open fun receiveBacklogAll(first: MsgId = MsgId(-1), last: MsgId = MsgId(-1), limit: Int = -1, additional: Int = 0, messages: QVariantList)
Content copied to clipboard
Response to the corresponding requestBacklogAll call. messages contains the messages as QVariant<Message>
Link copied to clipboard
open fun receiveBacklogAllFiltered(first: MsgId = MsgId(-1), last: MsgId = MsgId(-1), limit: Int = -1, additional: Int = 0, type: Int = -1, flags: Int = -1, messages: QVariantList)
Content copied to clipboard
Response to the corresponding requestBacklogAllFiltered call. messages contains the messages as QVariant<Message>
Link copied to clipboard
open fun receiveBacklogFiltered(bufferId: BufferId, first: MsgId = MsgId(-1), last: MsgId = MsgId(-1), limit: Int = -1, additional: Int = 0, type: Int = -1, flags: Int = -1, messages: QVariantList)
Content copied to clipboard
Response to the corresponding requestBacklogFiltered call. messages contains the messages as QVariant<Message>
Link copied to clipboard
open fun receiveBacklogForward(bufferId: BufferId, first: MsgId = MsgId(-1), last: MsgId = MsgId(-1), limit: Int = -1, type: Int = -1, flags: Int = -1, messages: QVariantList)
Content copied to clipboard
Response to the corresponding requestBacklogForward call. messages contains the messages as QVariant<Message>
Link copied to clipboard
Link copied to clipboard
open fun rpc(target: ProtocolSide, function: String, vararg arg: QVariant_)
Content copied to clipboard
Link copied to clipboard
open fun sync(target: ProtocolSide, function: String, vararg arg: QVariant_)
Content copied to clipboard