suspend fun ConsulClient.renewSessionAwait(id: String): Session
Renews the given session. This is used with sessions that have a TTL, and it extends the expiration by the TTL
id
- the ID of session that should be renewed
resultHandler
- will be provided with info of renewed session
Returnreference
to this, for fluency *