Uses of Class
io.vertx.ext.consul.PreparedQueryExecuteOptions
Packages that use PreparedQueryExecuteOptions
-
Uses of PreparedQueryExecuteOptions in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return PreparedQueryExecuteOptionsModifier and TypeMethodDescriptionPreparedQueryExecuteOptions.setLimit(int limit) Set the size of the list to the given number of nodes.Set node name for sorting the list in ascending order based on the estimated round trip time from that node.Methods in io.vertx.ext.consul with parameters of type PreparedQueryExecuteOptionsModifier and TypeMethodDescriptionConsulClient.executePreparedQueryWithOptions(String query, PreparedQueryExecuteOptions options) Executes an existing prepared query. -
Uses of PreparedQueryExecuteOptions in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul with parameters of type PreparedQueryExecuteOptionsModifier and TypeMethodDescriptionConsulClient.executePreparedQueryWithOptions(String query, PreparedQueryExecuteOptions options) Executes an existing prepared query.ConsulClient.rxExecutePreparedQueryWithOptions(String query, PreparedQueryExecuteOptions options) Executes an existing prepared query. -
Uses of PreparedQueryExecuteOptions in io.vertx.rxjava3.ext.consul
Methods in io.vertx.rxjava3.ext.consul with parameters of type PreparedQueryExecuteOptionsModifier and TypeMethodDescriptionConsulClient.executePreparedQueryWithOptions(String query, PreparedQueryExecuteOptions options) Executes an existing prepared query.ConsulClient.rxExecutePreparedQueryWithOptions(String query, PreparedQueryExecuteOptions options) Executes an existing prepared query.