public static interface RedisEndpointBuilderFactory.RedisBuilders
| Modifier and Type | Method and Description |
|---|---|
default RedisEndpointBuilderFactory.RedisEndpointBuilder |
springRedis(String path)
Spring Redis (camel-spring-redis)
The spring-redis component allows sending and receiving messages from
Redis.
|
default RedisEndpointBuilderFactory.RedisEndpointBuilder springRedis(String path)
spring-redis:host:port
Path parameter: host (required)
The host where Redis server is running.
Path parameter: port (required)
Redis server port numberApache Camel