vertx / io.vertx.rxjava.rabbitmq / RabbitMQClient / queueBind

queueBind

open fun queueBind(queue: String, exchange: String, routingKey: String, resultHandler: Handler<AsyncResult<Void>>): Unit

Bind a queue to an exchange

Parameters

queue -

exchange -

routingKey -

resultHandler -