open fun rxListen(): Single<TcpEventBusBridge>
Listen on default port 7000 with a handler to report the state of the socket listen operation.
Return
open fun rxListen(port: Int, address: String): Single<TcpEventBusBridge>
Listen on specific port and bind to specific address
address - tcp address to the bind
Return
open fun rxListen(port: Int): Single<TcpEventBusBridge>
Listen on specific port
Return