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

infoSessionWithOptionsAwait

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

Suspending version of method io.vertx.ext.consul.ConsulClient.infoSessionWithOptions

Parameters

id - the ID of requested session

options - the blocking options

Return

Session

NOTE: This function has been automatically generated from io.vertx.ext.consul.ConsulClient using Vert.x codegen.