vertx / io.vertx.rxjava.rabbitmq / RabbitMQClient / rxQueueBind

rxQueueBind

open fun rxQueueBind(queue: String, exchange: String, routingKey: String): Single<Void>

Bind a queue to an exchange

Parameters

queue -

exchange -

routingKey -

Return