Uses of Class
io.vertx.redis.client.RedisClientType
-
Packages that use RedisClientType Package Description io.vertx.redis.client -
-
Uses of RedisClientType in io.vertx.redis.client
Methods in io.vertx.redis.client that return RedisClientType Modifier and Type Method Description RedisClientType
RedisOptions. getType()
Get the type of client to be created.static RedisClientType
RedisClientType. valueOf(String name)
Returns the enum constant of this type with the specified name.static RedisClientType[]
RedisClientType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.redis.client with parameters of type RedisClientType Modifier and Type Method Description RedisOptions
RedisOptions. setType(RedisClientType type)
Set the desired client type to be created.
-