abstract fun start(hostname: String, port: Int, username: String, password: String, resultHandler: Handler<AsyncResult<AmqpBridge>>): Unit
Starts the bridge, establishing the underlying connection.
hostname - the host name to connect to
resultHandler - the result handler
abstract fun start(hostname: String, port: Int, resultHandler: Handler<AsyncResult<AmqpBridge>>): Unit
Starts the bridge, establishing the underlying connection.