Package | Description |
---|---|
org.apache.camel.component.redis |
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> |
RedisProcessorsCreator.getRedisProcessors() |
Modifier and Type | Method and Description |
---|---|
void |
RedisConfiguration.setCommand(Command command)
Default command, which can be overridden by message header.
|
Apache Camel