kourier
Toggle table of contents
0.2.2
common
Platform filter
common
Switch theme
Search in API
kourier
amqp-client
/
dev.kourier.amqp
/
AMQPResponse
/
Channel
/
Queue
/
Declared
Declared
data
class
Declared
(
val
queueName
:
String
,
val
messageCount
:
UInt
,
val
consumerCount
:
UInt
)
:
AMQPResponse.Channel.Queue
Members
Constructors
Declared
Link copied to clipboard
constructor
(
queueName
:
String
,
messageCount
:
UInt
,
consumerCount
:
UInt
)
Properties
consumer
Count
Link copied to clipboard
val
consumerCount
:
UInt
message
Count
Link copied to clipboard
val
messageCount
:
UInt
queue
Name
Link copied to clipboard
val
queueName
:
String