vertx / io.vertx.kotlin.ext.consul / io.vertx.ext.consul.ConsulClient / renewSessionAwait

renewSessionAwait

suspend fun ConsulClient.renewSessionAwait(id: String): Session

Suspending version of method io.vertx.ext.consul.ConsulClient.renewSession

Parameters

id - the ID of session that should be renewed

Return

Session

NOTE: This function has been automatically generated from io.vertx.ext.consul.ConsulClient using Vert.x codegen.