open fun close(): Unit
Close the server. This will close any currently open connections. The close may not complete until after this method has returned.
open fun close(completionHandler: Handler<AsyncResult<Void>>): Unit
Like io.vertx.rxjava.ext.shell.term.TermServer#close but supplying a handler that will be notified when close is complete.
completionHandler - the handler to be notified when the term server is closed