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
/
Message
/
Return
Return
data
class
Return
(
val
replyCode
:
UShort
,
val
replyText
:
String
,
val
exchange
:
String
,
val
routingKey
:
String
,
val
properties
:
Properties
,
val
body
:
ByteArray
)
:
AMQPResponse.Channel.Message
Members
Constructors
Return
Link copied to clipboard
constructor
(
replyCode
:
UShort
,
replyText
:
String
,
exchange
:
String
,
routingKey
:
String
,
properties
:
Properties
,
body
:
ByteArray
)
Properties
body
Link copied to clipboard
val
body
:
ByteArray
exchange
Link copied to clipboard
val
exchange
:
String
properties
Link copied to clipboard
val
properties
:
Properties
reply
Code
Link copied to clipboard
val
replyCode
:
UShort
reply
Text
Link copied to clipboard
val
replyText
:
String
routing
Key
Link copied to clipboard
val
routingKey
:
String