suspend fun RabbitMQClient.basicConsumerAwait(queue: String): RabbitMQConsumer
suspend fun RabbitMQClient.basicConsumerAwait(queue: String, options: QueueOptions): RabbitMQConsumer
Create a consumer with the given options.
resultHandler
- a handler through which you can find out the operation status; if the operation succeeds you can begin to receive messages through an instance of io.vertx.rabbitmq.RabbitMQConsumer