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
/
Declare
Declare
@
Serializable
(
with
=
FrameMethodQueueDeclareSerializer::class
)
data
class
Declare
(
val
reserved1
:
UShort
,
val
queueName
:
String
,
val
passive
:
Boolean
,
val
durable
:
Boolean
,
val
exclusive
:
Boolean
,
val
autoDelete
:
Boolean
,
val
noWait
:
Boolean
,
val
arguments
:
Table
)
:
Frame.Method.Queue
Members
Constructors
Declare
Link copied to clipboard
constructor
(
reserved1
:
UShort
,
queueName
:
String
,
passive
:
Boolean
,
durable
:
Boolean
,
exclusive
:
Boolean
,
autoDelete
:
Boolean
,
noWait
:
Boolean
,
arguments
:
Table
)
Properties
arguments
Link copied to clipboard
val
arguments
:
Table
auto
Delete
Link copied to clipboard
val
autoDelete
:
Boolean
durable
Link copied to clipboard
val
durable
:
Boolean
exclusive
Link copied to clipboard
val
exclusive
:
Boolean
kind
Link copied to clipboard
val
kind
:
Frame.Method.Kind
no
Wait
Link copied to clipboard
val
noWait
:
Boolean
passive
Link copied to clipboard
val
passive
:
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