AMQPMessage

data class AMQPMessage(val exchange: String, val routingKey: String, val deliveryTag: ULong, val properties: Properties, val redelivered: Boolean, val body: ByteArray)

Constructors

Link copied to clipboard
constructor(exchange: String, routingKey: String, deliveryTag: ULong, properties: Properties, redelivered: Boolean, body: ByteArray)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard