vertx / io.vertx.rabbitmq / RabbitMQClient / stop

stop

abstract fun stop(resultHandler: Handler<AsyncResult<Void>>): Unit

Stop the rabbitMQ client. Close the connection and its chanel.

See Also
com.rabbitmq.client.Connection#close()