Uses of Class
io.vertx.redis.client.ResponseType
-
Packages that use ResponseType Package Description io.vertx.redis.client -
-
Uses of ResponseType in io.vertx.redis.client
Methods in io.vertx.redis.client that return ResponseType Modifier and Type Method Description ResponseType
Response. type()
The response return type.static ResponseType
ResponseType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResponseType[]
ResponseType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-