rd-framework
2023.1.2
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
?
>
>
)
Content copied to clipboard
Constructors
Properties
Constructors
Queue
Item
Link copied to clipboard
fun
QueueItem
(
id
:
RdId
,
msgSize
:
Int
,
payoad
:
ByteArray
,
context
:
List
<
Pair
<
RdContext
<
Any
>
,
Any
?
>
>
)
Content copied to clipboard
Properties
context
Link copied to clipboard
val
context
:
List
<
Pair
<
RdContext
<
Any
>
,
Any
?
>
>
Content copied to clipboard
id
Link copied to clipboard
val
id
:
RdId
Content copied to clipboard
msg
Size
Link copied to clipboard
val
msgSize
:
Int
Content copied to clipboard
payoad
Link copied to clipboard
val
payoad
:
ByteArray
Content copied to clipboard