Uses of Enum Class
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 Command
Returns the enum constant of this class with the specified name.static Command[]
Command.values()
Returns an array containing the constants of this enum class, 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 TypeMethodDescriptionvoid
RedisConfiguration.setCommand
(Command command) Default command, which can be overridden by message header.