vertx / io.vertx.rxjava.ext.shell / ShellServer / registerTermServer

registerTermServer

open fun registerTermServer(termServer: TermServer): ShellServer

Register a term server to this shell server, the term server lifecycle methods are managed by this shell server.

Parameters

termServer - the term server to add

Return
a reference to this, so the API can be used fluently