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
/
Exchange
/
Unbind
Unbind
@
Serializable
(
with
=
FrameMethodExchangeUnbindSerializer::class
)
data
class
Unbind
(
val
reserved1
:
UShort
,
val
destination
:
String
,
val
source
:
String
,
val
routingKey
:
String
,
val
noWait
:
Boolean
,
val
arguments
:
Table
)
:
Frame.Method.Exchange
Members
Constructors
Unbind
Link copied to clipboard
constructor
(
reserved1
:
UShort
,
destination
:
String
,
source
:
String
,
routingKey
:
String
,
noWait
:
Boolean
,
arguments
:
Table
)
Properties
arguments
Link copied to clipboard
val
arguments
:
Table
destination
Link copied to clipboard
val
destination
:
String
exchange
Kind
Link copied to clipboard
val
exchangeKind
:
Frame.Method.Exchange.Kind
kind
Link copied to clipboard
val
kind
:
Frame.Method.Kind
no
Wait
Link copied to clipboard
val
noWait
:
Boolean
reserved1
Link copied to clipboard
val
reserved1
:
UShort
routing
Key
Link copied to clipboard
val
routingKey
:
String
source
Link copied to clipboard
val
source
:
String