| suspend fun TcpEventBusBridge.closeAwait(): UnitClose the current socket. | |
| suspend fun TcpEventBusBridge.listenAwait(): TcpEventBusBridgeListen on default port 7000 with a handler to report the state of the socket listen operation. suspend fun TcpEventBusBridge.listenAwait(port: Int, address: String): TcpEventBusBridgeListen on specific port and bind to specific address suspend fun TcpEventBusBridge.listenAwait(port: Int): TcpEventBusBridgeListen on specific port |