kourier
Toggle table of contents
0.2.2
common
Platform filter
common
Switch theme
Search in API
kourier
amqp-core
/
dev.kourier.amqp
/
Frame
/
Header
Header
@
Serializable
(
with
=
FrameHeaderSerializer::class
)
data
class
Header
(
val
classID
:
UShort
,
val
weight
:
UShort
,
val
bodySize
:
ULong
,
val
properties
:
Properties
)
:
Frame.Payload
Members
Constructors
Header
Link copied to clipboard
constructor
(
classID
:
UShort
,
weight
:
UShort
,
bodySize
:
ULong
,
properties
:
Properties
)
Properties
body
Size
Link copied to clipboard
val
bodySize
:
ULong
class
ID
Link copied to clipboard
val
classID
:
UShort
properties
Link copied to clipboard
val
properties
:
Properties
weight
Link copied to clipboard
val
weight
:
UShort