abstract fun exchangeUnbind(destination: String, source: String, routingKey: String, resultHandler: Handler<AsyncResult<Void>>): Unit
Unbind an exchange from an exchange.
See Also com.rabbitmq.client.Channel#exchangeUnbind(String, String, String)