vertx / io.vertx.rxjava.ext.consul / ConsulClient / rxRenewSession

rxRenewSession

open fun rxRenewSession(id: String): Single<Session>

Renews the given session. This is used with sessions that have a TTL, and it extends the expiration by the TTL

Parameters

id - the ID of session that should be renewed

Return