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

getPreparedQueryAwait

suspend fun ConsulClient.getPreparedQueryAwait(id: String): PreparedQueryDefinition

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

Parameters

id - the id of the query to read

Return

PreparedQueryDefinition

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