open fun infoSession(id: String, resultHandler: Handler<AsyncResult<Session>>): ConsulClient
Returns the requested session information
id - the ID of requested session
resultHandler - will be provided with info of requested session
Return
reference to this, for fluency