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

resultHandler - will be called when complete

Returnreference
to this, for fluency *