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

deletePreparedQueryAwait

suspend fun ConsulClient.deletePreparedQueryAwait(id: String): Unit

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

Parameters

id -

the id of the query to delete

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