kourier
Toggle table of contents
0.2.2
common
Platform filter
common
Switch theme
Search in API
kourier
amqp-client
/
dev.kourier.amqp
/
AMQPMessage
AMQPMessage
data
class
AMQPMessage
(
val
exchange
:
String
,
val
routingKey
:
String
,
val
deliveryTag
:
ULong
,
val
properties
:
Properties
,
val
redelivered
:
Boolean
,
val
body
:
ByteArray
)
Members
Constructors
AMQPMessage
Link copied to clipboard
constructor
(
exchange
:
String
,
routingKey
:
String
,
deliveryTag
:
ULong
,
properties
:
Properties
,
redelivered
:
Boolean
,
body
:
ByteArray
)
Properties
body
Link copied to clipboard
val
body
:
ByteArray
delivery
Tag
Link copied to clipboard
val
deliveryTag
:
ULong
exchange
Link copied to clipboard
val
exchange
:
String
properties
Link copied to clipboard
val
properties
:
Properties
redelivered
Link copied to clipboard
val
redelivered
:
Boolean
routing
Key
Link copied to clipboard
val
routingKey
:
String