vertx / io.vertx.reactivex.ext.consul / ConsulClient / infoSessionWithOptions

infoSessionWithOptions

open fun infoSessionWithOptions(id: String, options: BlockingQueryOptions, resultHandler: Handler<AsyncResult<Session>>): ConsulClient

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

Parameters

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