open fun getPreparedQuery(id: String, resultHandler: Handler<AsyncResult<PreparedQueryDefinition>>): ConsulClient
Returns an existing prepared query
id - the id of the query to read
resultHandler - will be provided with definition of the prepare query
Return
reference to this, for fluency