vertx / io.vertx.kotlin.ext.shell / io.vertx.ext.shell.ShellServer / listenAwait

listenAwait

suspend fun ShellServer.listenAwait(): Unit

Start the shell service, this is an asynchronous start.

Parameters

listenHandler - handler for getting notified when service is started

Return