vertx / io.vertx.ext.shell / ShellServer / close

close

open fun close(): Unit

Close the shell server, this is an asynchronous close.

abstract fun close(completionHandler: Handler<AsyncResult<Void>>): Unit

Close the shell server, this is an asynchronous close.

Parameters

completionHandler - handler for getting notified when service is stopped