open fun listen(): ShellServer
Start the shell service, this is an asynchronous start.
Return
open fun listen(listenHandler: Handler<AsyncResult<Void>>): ShellServer
Start the shell service, this is an asynchronous start.
listenHandler - handler for getting notified when service is started
Return