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
/
Delete
Delete
@
Serializable
(
with
=
FrameMethodExchangeDeleteSerializer::class
)
data
class
Delete
(
val
reserved1
:
UShort
,
val
exchangeName
:
String
,
val
ifUnused
:
Boolean
,
val
noWait
:
Boolean
)
:
Frame.Method.Exchange
Members
Constructors
Delete
Link copied to clipboard
constructor
(
reserved1
:
UShort
,
exchangeName
:
String
,
ifUnused
:
Boolean
,
noWait
:
Boolean
)
Properties
exchange
Kind
Link copied to clipboard
val
exchangeKind
:
Frame.Method.Exchange.Kind
exchange
Name
Link copied to clipboard
val
exchangeName
:
String
if
Unused
Link copied to clipboard
val
ifUnused
:
Boolean
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