open fun getAllPreparedQueries(resultHandler: Handler<AsyncResult<MutableList<PreparedQueryDefinition>>>): ConsulClient
Returns a list of all prepared queries.
resultHandler - will be provided with list of definitions of the all prepare queries
Return
reference to this, for fluency