vertx / io.vertx.kotlin.ext.consul / io.vertx.ext.consul.ConsulClient / infoSessionAwait

infoSessionAwait

suspend fun ConsulClient.infoSessionAwait(id: String): Session

Returns the requested session information

Parameters

id - the ID of requested session

resultHandler - will be provided with info of requested session

Returnreference
to this, for fluency *