abstract fun basicGet(queue: String, autoAck: Boolean, resultHandler: Handler<AsyncResult<JsonObject>>): Unit
Retrieve a message from a queue using AMQP.Basic.Get
See Also com.rabbitmq.client.Channel#basicGet(String, boolean)