basicGet
Get a single message using a FetchedMessage instance.
Return
The fetched message response.
Parameters
fetchedMessage
The FetchedMessage instance containing the fetch properties.
suspend fun AMQPChannel.basicGet(block: FetchedMessageBuilder.() -> Unit): AMQPResponse.Channel.Message.Get
Get a single message using a FetchedMessageBuilder block.
Return
The fetched message response.
Parameters
block
The block to configure the FetchedMessageBuilder.