vertx / io.vertx.reactivex.amqpbridge / AmqpBridge / start

start

open fun start(hostname: String, port: Int, username: String, password: String, resultHandler: Handler<AsyncResult<AmqpBridge>>): Unit

Starts the bridge, establishing the underlying connection.

Parameters

hostname - the host name to connect to

port - the port to connect to

username - the username

password - the password

resultHandler - the result handler

open fun start(hostname: String, port: Int, resultHandler: Handler<AsyncResult<AmqpBridge>>): Unit

Starts the bridge, establishing the underlying connection.

Parameters

hostname - the host name to connect to

port - the port to connect to

resultHandler - the result handler