vertx / io.vertx.reactivex.ext.shell.term / TermServer / listen

listen

open fun listen(): TermServer

Bind the term server, the io.vertx.reactivex.ext.shell.term.TermServer#termHandler must be set before.

Return
this object

open fun listen(listenHandler: Handler<AsyncResult<TermServer>>): TermServer

Bind the term server, the io.vertx.reactivex.ext.shell.term.TermServer#termHandler must be set before.

Parameters

listenHandler - the listen handler

Return
this object