| suspend fun AmqpBridge.closeAwait(): UnitShuts the bridge down, closing the underlying connection. | |
| suspend fun AmqpBridge.startAwait(hostname: String, port: Int, username: String, password: String): AmqpBridgesuspend fun AmqpBridge.startAwait(hostname: String, port: Int): AmqpBridgeStarts the bridge, establishing the underlying connection. |