Uses of Enum
io.vertx.redis.client.RedisClientType
Packages that use RedisClientType
-
Uses of RedisClientType in io.vertx.redis.client
Subclasses with type arguments of type RedisClientType in io.vertx.redis.clientModifier and TypeClassDescriptionenumDefine what kind of behavior is expected from the client.Methods in io.vertx.redis.client that return RedisClientTypeModifier and TypeMethodDescriptionRedisOptions.getType()Get the type of client to be created.static RedisClientTypeReturns 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 RedisClientTypeModifier and TypeMethodDescriptionRedisOptions.setType(RedisClientType type) Set the desired client type to be created.