rd-framework
Toggle table of contents
2026.1.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
rd-framework
rd-framework
/
com.jetbrains.rd.framework.base
/
ExtWire
/
QueueItem
Queue
Item
data
class
QueueItem
(
val
id
:
RdId
,
val
msgSize
:
Int
,
val
payoad
:
ByteArray
,
val
context
:
List
<
Pair
<
RdContext
<
Any
>
,
Any
?
>
>
)
Members
Constructors
Queue
Item
Link copied to clipboard
constructor
(
id
:
RdId
,
msgSize
:
Int
,
payoad
:
ByteArray
,
context
:
List
<
Pair
<
RdContext
<
Any
>
,
Any
?
>
>
)
Properties
context
Link copied to clipboard
val
context
:
List
<
Pair
<
RdContext
<
Any
>
,
Any
?
>
>
id
Link copied to clipboard
val
id
:
RdId
msg
Size
Link copied to clipboard
val
msgSize
:
Int
payoad
Link copied to clipboard
val
payoad
:
ByteArray