open fun infoSessionWithOptions(id: String, options: BlockingQueryOptions, resultHandler: Handler<AsyncResult<Session>>): ConsulClient
Returns the requested session information This is blocking query unlike io.vertx.rxjava.ext.consul.ConsulClient#infoSession
id - the ID of requested session
options - the blocking options
resultHandler - will be provided with info of requested session
Return
reference to this, for fluency