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

infoSession

open fun infoSession(id: String, resultHandler: Handler<AsyncResult<Session>>): ConsulClient

Returns the requested session information

Parameters

id - the ID of requested session

resultHandler - will be provided with info of requested session

Return
reference to this, for fluency