suspend fun ConsulClient.infoSessionWithOptionsAwait(id: String, options: BlockingQueryOptions): Session
Returns the requested session information This is blocking query unlike io.vertx.ext.consul.ConsulClient
id
- the ID of requested session
options
- the blocking options
resultHandler
- will be provided with info of requested session
Returnreference
to this, for fluency *