Uses of Enum
org.apache.camel.component.redis.Command
Packages that use Command
-
Uses of Command in org.apache.camel.component.redis
Methods in org.apache.camel.component.redis that return CommandModifier and TypeMethodDescriptionRedisConfiguration.getCommand()static CommandReturns the enum constant of this type with the specified name.static Command[]Command.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.redis that return types with arguments of type CommandMethods in org.apache.camel.component.redis with parameters of type CommandModifier and TypeMethodDescriptionvoidRedisConfiguration.setCommand(Command command) Default command, which can be overridden by message header.