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

getAllPreparedQueriesAwait

suspend fun ConsulClient.getAllPreparedQueriesAwait(): List<PreparedQueryDefinition>

Returns a list of all prepared queries.

Parameters

resultHandler - will be provided with list of definitions of the all prepare queries

Returnreference
to this, for fluency *