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
Fields in org.apache.camel.component.redis with type parameters of type Command Modifier and Type Field Description protected Map<Command,org.apache.camel.Processor>AbstractRedisProcessorCreator. resultMethods in org.apache.camel.component.redis that return Command Modifier and Type Method Description CommandRedisConfiguration. getCommand()static CommandCommand. 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>AbstractRedisProcessorCreator. getRedisProcessors()Map<Command,org.apache.camel.Processor>AllRedisProcessorsCreator. getRedisProcessors()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 protected voidAbstractRedisProcessorCreator. bind(Command command, org.apache.camel.Processor processor)voidRedisConfiguration. setCommand(Command command)Default command, which can be overridden by message header.
-