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
/
Unbind
Unbind
@
Serializable
(
with
=
FrameMethodQueueUnbindSerializer::class
)
data
class
Unbind
(
val
reserved1
:
UShort
,
val
queueName
:
String
,
val
exchangeName
:
String
,
val
routingKey
:
String
,
val
arguments
:
Table
)
:
Frame.Method.Queue
Members
Constructors
Unbind
Link copied to clipboard
constructor
(
reserved1
:
UShort
,
queueName
:
String
,
exchangeName
:
String
,
routingKey
:
String
,
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
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