vertx / io.vertx.rabbitmq / RabbitMQClient / start

start

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

Start the rabbitMQ client. Create the connection and the chanel.

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