Consume

data class Consume(val reserved1: UShort, val queue: String, val consumerTag: String, val noLocal: Boolean, val noAck: Boolean, val exclusive: Boolean, val noWait: Boolean, val arguments: Table) : Frame.Method.Basic

Constructors

Link copied to clipboard
constructor(reserved1: UShort, queue: String, consumerTag: String, noLocal: Boolean, noAck: Boolean, exclusive: Boolean, noWait: Boolean, arguments: Table)

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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard