vertx / io.vertx.ext.shell / ShellServer / listen

listen

open fun listen(): ShellServer

Start the shell service, this is an asynchronous start.

abstract fun listen(listenHandler: Handler<AsyncResult<Void>>): ShellServer

Start the shell service, this is an asynchronous start.

Parameters

listenHandler - handler for getting notified when service is started