vertx / io.vertx.kotlin.ext.shell.term / io.vertx.ext.shell.term.TermServer / listenAwait

listenAwait

suspend fun TermServer.listenAwait(): TermServer

Bind the term server, the io.vertx.ext.shell.term.TermServer must be set before.

Parameters

listenHandler - the listen handler

Returnthis
object *