vertx / io.vertx.kotlin.ext.consul / io.vertx.ext.consul.ConsulClient / destroySessionAwait
destroySessionAwait
suspend fun ConsulClient.destroySessionAwait(id: String): Unit
Destroys the given session
Parameters
id - the ID of session
Return
reference to this, for fluency *