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

Extensions for io.vertx.ext.shell.ShellServer

closeAwait

suspend fun ShellServer.closeAwait(): Unit

Close the shell server, this is an asynchronous close.

listenAwait

suspend fun ShellServer.listenAwait(): Unit

Start the shell service, this is an asynchronous start.