kourier
Toggle table of contents
0.2.2
common
Platform filter
common
Switch theme
Search in API
kourier
amqp-core
/
dev.kourier.amqp
/
Frame
/
Method
/
Basic
/
Get
Get
@
Serializable
(
with
=
FrameMethodBasicGetSerializer::class
)
data
class
Get
(
val
reserved1
:
UShort
,
val
queue
:
String
,
val
noAck
:
Boolean
)
:
Frame.Method.Basic
Members
Constructors
Get
Link copied to clipboard
constructor
(
reserved1
:
UShort
,
queue
:
String
,
noAck
:
Boolean
)
Properties
basic
Kind
Link copied to clipboard
val
basicKind
:
Frame.Method.Basic.Kind
kind
Link copied to clipboard
val
kind
:
Frame.Method.Kind
no
Ack
Link copied to clipboard
val
noAck
:
Boolean
queue
Link copied to clipboard
val
queue
:
String
reserved1
Link copied to clipboard
val
reserved1
:
UShort