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

deregisterCheckAwait

suspend fun ConsulClient.deregisterCheckAwait(checkId: String): Unit

Remove a check from the local agent. The agent will take care of deregistering the check from the Catalog.

Parameters

checkId - the ID of check

resultHandler - will be called when complete

Returnreference
to this, for fluency *