Uses of Class
io.vertx.ext.consul.PreparedQueryExecuteResponse
Packages that use PreparedQueryExecuteResponse
-
Uses of PreparedQueryExecuteResponse in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return PreparedQueryExecuteResponseModifier and TypeMethodDescriptionSet the datacenter that ultimately provided the list of nodesSet the TTL duration when query results are served over DNS.PreparedQueryExecuteResponse.setFailovers(int failovers) Set the number of remote datacenters that were queried while executing the query.PreparedQueryExecuteResponse.setNodes(List<ServiceEntry> nodes) Set the list of healthy nodes providing the given service, as specified by the constraints of the prepared query.PreparedQueryExecuteResponse.setService(String service) Set the service name that the query was selecting.Methods in io.vertx.ext.consul that return types with arguments of type PreparedQueryExecuteResponseModifier and TypeMethodDescriptionConsulClient.executePreparedQuery(String query) Executes an existing prepared query.ConsulClient.executePreparedQueryWithOptions(String query, PreparedQueryExecuteOptions options) Executes an existing prepared query. -
Uses of PreparedQueryExecuteResponse in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul that return types with arguments of type PreparedQueryExecuteResponseModifier and TypeMethodDescriptionConsulClient.executePreparedQuery(String query) Executes an existing prepared query.ConsulClient.executePreparedQueryWithOptions(String query, PreparedQueryExecuteOptions options) Executes an existing prepared query.ConsulClient.rxExecutePreparedQuery(String query) Executes an existing prepared query.ConsulClient.rxExecutePreparedQueryWithOptions(String query, PreparedQueryExecuteOptions options) Executes an existing prepared query. -
Uses of PreparedQueryExecuteResponse in io.vertx.rxjava3.ext.consul
Methods in io.vertx.rxjava3.ext.consul that return types with arguments of type PreparedQueryExecuteResponseModifier and TypeMethodDescriptionConsulClient.executePreparedQuery(String query) Executes an existing prepared query.ConsulClient.executePreparedQueryWithOptions(String query, PreparedQueryExecuteOptions options) Executes an existing prepared query.ConsulClient.rxExecutePreparedQuery(String query) Executes an existing prepared query.ConsulClient.rxExecutePreparedQueryWithOptions(String query, PreparedQueryExecuteOptions options) Executes an existing prepared query.