suspend fun AmqpBridge.closeAwait(): Unit
Shuts the bridge down, closing the underlying connection. |
|
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. |