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
/
Purge
Purge
@
Serializable
(
with
=
FrameMethodQueuePurgeSerializer::class
)
data
class
Purge
(
val
reserved1
:
UShort
,
val
queueName
:
String
,
val
noWait
:
Boolean
)
:
Frame.Method.Queue
Members
Constructors
Purge
Link copied to clipboard
constructor
(
reserved1
:
UShort
,
queueName
:
String
,
noWait
:
Boolean
)
Properties
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