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

Extensions for io.vertx.amqpbridge.AmqpBridge

closeAwait

suspend fun AmqpBridge.closeAwait(): Unit

Shuts the bridge down, closing the underlying connection.

startAwait

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

Starts the bridge, establishing the underlying connection.