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

Constructors

Link copied to clipboard
constructor(replyCode: UShort, replyText: String, exchange: String, routingKey: String, properties: Properties, 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