vertx / io.vertx.kotlin.amqpbridge / io.vertx.amqpbridge.AmqpBridge / startAwait

startAwait

suspend fun AmqpBridge.startAwait(hostname: String, port: Int, username: String, password: String): AmqpBridge

Suspending version of method io.vertx.amqpbridge.AmqpBridge.start

Parameters

hostname - the host name to connect to

port - the port to connect to

username - the username

password - the password

Return

AmqpBridge

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

Parameters

hostname - the host name to connect to

port - the port to connect to

Return

AmqpBridge

NOTE: This function has been automatically generated from io.vertx.amqpbridge.AmqpBridge using Vert.x codegen.