Package | Description |
---|---|
org.apache.camel.component.redis |
Modifier and Type | Field and Description |
---|---|
protected Map<Command,org.apache.camel.Processor> |
AbstractRedisProcessorCreator.result |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractRedisProcessorCreator.bind(Command command,
org.apache.camel.Processor processor) |
void |
RedisConfiguration.setCommand(Command command)
Default command, which can be overridden by message header.
|
Apache Camel