suspend fun AmqpBridge.startAwait(hostname: String, port: Int, username: String, password: String): AmqpBridge
Suspending version of method io.vertx.amqpbridge.AmqpBridge.start
hostname
- the host name to connect to
Return
NOTE: This function has been automatically generated from io.vertx.amqpbridge.AmqpBridge using Vert.x codegen.
suspend fun AmqpBridge.startAwait(hostname: String, port: Int): AmqpBridge
Suspending version of method io.vertx.amqpbridge.AmqpBridge.start
hostname
- the host name to connect to
Return
NOTE: This function has been automatically generated from io.vertx.amqpbridge.AmqpBridge using Vert.x codegen.