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
Channel
sealed
class
Channel
:
AMQPResponse
Inheritors
Opened
Closed
Message
Queue
Exchange
Basic
Confirm
Tx
Flowed
Members
Types
Basic
Link copied to clipboard
sealed
class
Basic
:
AMQPResponse.Channel
Closed
Link copied to clipboard
data
class
Closed
(
val
channelId
:
ChannelId
,
val
replyCode
:
UShort
?
=
null
,
val
replyText
:
String
?
=
null
)
:
AMQPResponse.Channel
Confirm
Link copied to clipboard
sealed
class
Confirm
:
AMQPResponse.Channel
Exchange
Link copied to clipboard
sealed
class
Exchange
:
AMQPResponse.Channel
Flowed
Link copied to clipboard
data
class
Flowed
(
val
active
:
Boolean
)
:
AMQPResponse.Channel
Message
Link copied to clipboard
sealed
class
Message
:
AMQPResponse.Channel
Opened
Link copied to clipboard
data
class
Opened
(
val
channelId
:
ChannelId
)
:
AMQPResponse.Channel
Queue
Link copied to clipboard
sealed
class
Queue
:
AMQPResponse.Channel
Tx
Link copied to clipboard
sealed
class
Tx
:
AMQPResponse.Channel