Uses of Enum
io.vertx.redis.client.ResponseType
Packages that use ResponseType
-
Uses of ResponseType in io.vertx.redis.client
Subclasses with type arguments of type ResponseType in io.vertx.redis.clientModifier and TypeClassDescriptionenumDefine the response types that the client can receive from REDIS.Methods in io.vertx.redis.client that return ResponseTypeModifier and TypeMethodDescriptionResponse.type()The response return type.static ResponseTypeReturns 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.