Uses of Class
org.apache.camel.component.redis.Command
-
Packages that use Command Package Description org.apache.camel.component.redis -
-
Uses of Command in org.apache.camel.component.redis
Methods in org.apache.camel.component.redis that return Command Modifier and Type Method Description Command
RedisConfiguration. getCommand()
static Command
Command. valueOf(String name)
Returns 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 Command Modifier and Type Method Description Map<Command,org.apache.camel.Processor>
RedisProcessorsCreator. getRedisProcessors()
Methods in org.apache.camel.component.redis with parameters of type Command Modifier and Type Method Description void
RedisConfiguration. setCommand(Command command)
Default command, which can be overridden by message header.
-