queueBind
Binds a queue using a BoundQueue instance.
Return
The bound queue response.
Parameters
boundQueue
The BoundQueue instance containing the queue binding properties.
suspend fun AMQPChannel.queueBind(block: BoundQueueBuilder.() -> Unit): AMQPResponse.Channel.Queue.Bound
Binds a queue using a BoundQueueBuilder block.
Return
The bound queue response.
Parameters
block
The block to configure the BoundQueueBuilder.