vertx / io.vertx.reactivex.ext.consul / ConsulClient / getPreparedQuery

getPreparedQuery

open fun getPreparedQuery(id: String, resultHandler: Handler<AsyncResult<PreparedQueryDefinition>>): ConsulClient

Returns an existing prepared query

Parameters

id - the id of the query to read

resultHandler - will be provided with definition of the prepare query

Return
reference to this, for fluency