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
/
Consume
Consume
@
Serializable
(
with
=
FrameMethodBasicConsumeSerializer::class
)
data
class
Consume
(
val
reserved1
:
UShort
,
val
queue
:
String
,
val
consumerTag
:
String
,
val
noLocal
:
Boolean
,
val
noAck
:
Boolean
,
val
exclusive
:
Boolean
,
val
noWait
:
Boolean
,
val
arguments
:
Table
)
:
Frame.Method.Basic
Members
Constructors
Consume
Link copied to clipboard
constructor
(
reserved1
:
UShort
,
queue
:
String
,
consumerTag
:
String
,
noLocal
:
Boolean
,
noAck
:
Boolean
,
exclusive
:
Boolean
,
noWait
:
Boolean
,
arguments
:
Table
)
Properties
arguments
Link copied to clipboard
val
arguments
:
Table
basic
Kind
Link copied to clipboard
val
basicKind
:
Frame.Method.Basic.Kind
consumer
Tag
Link copied to clipboard
val
consumerTag
:
String
exclusive
Link copied to clipboard
val
exclusive
:
Boolean
kind
Link copied to clipboard
val
kind
:
Frame.Method.Kind
no
Ack
Link copied to clipboard
val
noAck
:
Boolean
no
Local
Link copied to clipboard
val
noLocal
:
Boolean
no
Wait
Link copied to clipboard
val
noWait
:
Boolean
queue
Link copied to clipboard
val
queue
:
String
reserved1
Link copied to clipboard
val
reserved1
:
UShort