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
/
Closed
Closed
data
class
Closed
(
val
channelId
:
ChannelId
,
val
replyCode
:
UShort
?
=
null
,
val
replyText
:
String
?
=
null
)
:
AMQPResponse.Channel
Members
Constructors
Closed
Link copied to clipboard
constructor
(
channelId
:
ChannelId
,
replyCode
:
UShort
?
=
null
,
replyText
:
String
?
=
null
)
Properties
channel
Id
Link copied to clipboard
val
channelId
:
ChannelId
reply
Code
Link copied to clipboard
val
replyCode
:
UShort
?
=
null
reply
Text
Link copied to clipboard
val
replyText
:
String
?
=
null