suspend fun ConsulClient.getPreparedQueryAwait(id: String): PreparedQueryDefinition
Returns an existing prepared query
id
- the id of the query to read
resultHandler
- will be provided with definition of the prepare query
Returnreference
to this, for fluency *