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

infoSessionWithOptionsAwait

suspend fun ConsulClient.infoSessionWithOptionsAwait(id: String, options: BlockingQueryOptions): Session

Returns the requested session information This is blocking query unlike io.vertx.ext.consul.ConsulClient

Parameters

id - the ID of requested session

options - the blocking options

resultHandler - will be provided with info of requested session

Returnreference
to this, for fluency *