vertx / io.vertx.ext.rxjava.eventbus.bridge.tcp / TcpEventBusBridge / rxListen

rxListen

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

Parameters

port - tcp port

address - tcp address to the bind

Return

open fun rxListen(port: Int): Single<TcpEventBusBridge>

Listen on specific port

Parameters

port - tcp port

Return