open fun rxInfoSessionWithOptions(id: String, options: BlockingQueryOptions): Single<Session>
Returns the requested session information This is blocking query unlike io.vertx.reactivex.ext.consul.ConsulClient#infoSession
id - the ID of requested session
options - the blocking options
Return