vertx / io.vertx.reactivex.ext.shell / ShellService / stop

stop

open fun stop(): Unit

Stop the shell service, this is an asynchronous stop.

open fun stop(stopHandler: Handler<AsyncResult<Void>>): Unit

Stop the shell service, this is an asynchronous start.

Parameters

stopHandler - handler for getting notified when service is stopped