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
/
Queue
/
Bind
Bind
@
Serializable
(
with
=
FrameMethodQueueBindSerializer::class
)
data
class
Bind
(
val
reserved1
:
UShort
,
val
queueName
:
String
,
val
exchangeName
:
String
,
val
routingKey
:
String
,
val
noWait
:
Boolean
,
val
arguments
:
Table
)
:
Frame.Method.Queue
Members
Constructors
Bind
Link copied to clipboard
constructor
(
reserved1
:
UShort
,
queueName
:
String
,
exchangeName
:
String
,
routingKey
:
String
,
noWait
:
Boolean
,
arguments
:
Table
)
Properties
arguments
Link copied to clipboard
val
arguments
:
Table
exchange
Name
Link copied to clipboard
val
exchangeName
:
String
kind
Link copied to clipboard
val
kind
:
Frame.Method.Kind
no
Wait
Link copied to clipboard
val
noWait
:
Boolean
queue
Kind
Link copied to clipboard
val
queueKind
:
Frame.Method.Queue.Kind
queue
Name
Link copied to clipboard
val
queueName
:
String
reserved1
Link copied to clipboard
val
reserved1
:
UShort
routing
Key
Link copied to clipboard
val
routingKey
:
String