Uses of Class
org.apache.camel.component.redis.processor.idempotent.RedisIdempotentRepository

Packages that use RedisIdempotentRepository
org.apache.camel.component.redis.processor.idempotent   
 

Uses of RedisIdempotentRepository in org.apache.camel.component.redis.processor.idempotent
 

Methods in org.apache.camel.component.redis.processor.idempotent that return RedisIdempotentRepository
static RedisIdempotentRepository RedisIdempotentRepository.redisIdempotentRepository(org.springframework.data.redis.core.RedisTemplate<String,String> redisTemplate, String processorName)
           
static RedisIdempotentRepository RedisIdempotentRepository.redisIdempotentRepository(String processorName)
           
 



Apache Camel