Uses of Class
io.vertx.ext.consul.KeyValueOptions
Packages that use KeyValueOptions
-
Uses of KeyValueOptions in io.vertx.ext.consul
Methods in io.vertx.ext.consul that return KeyValueOptionsModifier and TypeMethodDescriptionKeyValueOptions.setAcquireSession(String acquireSession) Set session ID for lock acquisition operation.KeyValueOptions.setCasIndex(long index) Set the Check-And-Set index.KeyValueOptions.setFlags(long flags) Set the flags.KeyValueOptions.setReleaseSession(String releaseSession) Set session ID for lock release operation.Methods in io.vertx.ext.consul with parameters of type KeyValueOptionsModifier and TypeMethodDescriptionConsulClient.putValueWithOptions(String key, String value, KeyValueOptions options) Constructors in io.vertx.ext.consul with parameters of type KeyValueOptions -
Uses of KeyValueOptions in io.vertx.reactivex.ext.consul
Methods in io.vertx.reactivex.ext.consul with parameters of type KeyValueOptionsModifier and TypeMethodDescriptionConsulClient.putValueWithOptions(String key, String value, KeyValueOptions options) ConsulClient.rxPutValueWithOptions(String key, String value, KeyValueOptions options) -
Uses of KeyValueOptions in io.vertx.rxjava3.ext.consul
Methods in io.vertx.rxjava3.ext.consul with parameters of type KeyValueOptionsModifier and TypeMethodDescriptionConsulClient.putValueWithOptions(String key, String value, KeyValueOptions options) ConsulClient.rxPutValueWithOptions(String key, String value, KeyValueOptions options)