-
Classes Class Description io.vertx.ext.consul.AclToken io.vertx.serviceproxy.ProxyHelper for a more robust proxy creation see:ServiceBinder
io.vertx.serviceproxy.ServiceAuthInterceptor useAuthenticationInterceptor
,AuthorizationInterceptor
instead
-
Fields Field Description io.vertx.core.http.HttpHeaders.DISABLE_HTTP_HEADERS_VALIDATION io.vertx.core.http.HttpHeaders.DISABLE_HTTP_HEADERS_VALIDATION_PROP_NAME io.vertx.redis.client.Command.BRPOPLPUSH since: 6.2.0, replaced by:BLMOVE
with theRIGHT
andLEFT
argumentsio.vertx.redis.client.Command.GEORADIUS since: 6.2.0, replaced by:GEOSEARCH
andGEOSEARCHSTORE
with theBYRADIUS
argumentio.vertx.redis.client.Command.GEORADIUS_RO since: 6.2.0, replaced by:GEOSEARCH
with theBYRADIUS
argumentio.vertx.redis.client.Command.GEORADIUSBYMEMBER since: 6.2.0, replaced by:GEOSEARCH
andGEOSEARCHSTORE
with theBYRADIUS
andFROMMEMBER
argumentsio.vertx.redis.client.Command.GEORADIUSBYMEMBER_RO since: 6.2.0, replaced by:GEOSEARCH
with theBYRADIUS
andFROMMEMBER
argumentsio.vertx.redis.client.Command.GETSET since: 6.2.0, replaced by:SET
with the!GET
argumentio.vertx.redis.client.Command.HMSET since: 4.0.0, replaced by:HSET
with multiple field-value pairsio.vertx.redis.client.Command.RPOPLPUSH since: 6.2.0, replaced by:LMOVE
with theRIGHT
andLEFT
argumentsio.vertx.redis.client.Command.SLAVEOF since: 5.0.0, replaced by:REPLICAOF
io.vertx.redis.client.Command.SUBSTR since: 2.0.0, replaced by:GETRANGE
io.vertx.redis.client.Command.ZRANGEBYLEX since: 6.2.0, replaced by:ZRANGE
with theBYLEX
argumentio.vertx.redis.client.Command.ZRANGEBYSCORE since: 6.2.0, replaced by:ZRANGE
with theBYSCORE
argumentio.vertx.redis.client.Command.ZREVRANGE since: 6.2.0, replaced by:ZRANGE
with theREV
argumentio.vertx.redis.client.Command.ZREVRANGEBYLEX since: 6.2.0, replaced by:ZRANGE
with theREV
andBYLEX
argumentsio.vertx.redis.client.Command.ZREVRANGEBYSCORE since: 6.2.0, replaced by:ZRANGE
with theREV
andBYSCORE
arguments
-
Constructors Constructor Description io.vertx.core.spi.launcher.DefaultCommandFactory(Class<C>) Please useDefaultCommandFactory(Class, Supplier)
-
Enum Constants Enum Constant Description io.vertx.json.schema.common.dsl.SchemaType.INT