vertx / io.vertx.rxjava.amqpbridge / AmqpBridge / rxStart

rxStart

open fun rxStart(hostname: String, port: Int, username: String, password: String): Single<AmqpBridge>

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

Return

open fun rxStart(hostname: String, port: Int): Single<AmqpBridge>

Starts the bridge, establishing the underlying connection.

Parameters

hostname - the host name to connect to

port - the port to connect to

Return