suspend fun AmqpBridge.startAwait(hostname: String, port: Int, username: String, password: String): AmqpBridge
Starts the bridge, establishing the underlying connection.
hostname
- the host name to connect to
resultHandler
- the result handler
suspend fun AmqpBridge.startAwait(hostname: String, port: Int): AmqpBridge
Starts the bridge, establishing the underlying connection.