Uses of Class
org.apache.camel.component.redis.RedisEndpoint

Packages that use RedisEndpoint
org.apache.camel.component.redis   
 

Uses of RedisEndpoint in org.apache.camel.component.redis
 

Methods in org.apache.camel.component.redis that return RedisEndpoint
 RedisEndpoint RedisProducer.getEndpoint()
           
 

Constructors in org.apache.camel.component.redis with parameters of type RedisEndpoint
RedisConsumer(RedisEndpoint redisEndpoint, org.apache.camel.Processor processor, RedisConfiguration redisConfiguration)
           
RedisProducer(RedisEndpoint endpoint, RedisConfiguration configuration)
           
 



Apache Camel