Uses of Class
org.apache.camel.component.redis.processor.idempotent.RedisIdempotentRepository
-
Packages that use RedisIdempotentRepository Package Description org.apache.camel.component.redis.processor.idempotent -
-
Uses of RedisIdempotentRepository in org.apache.camel.component.redis.processor.idempotent
Subclasses of RedisIdempotentRepository in org.apache.camel.component.redis.processor.idempotent Modifier and Type Class Description classRedisStringIdempotentRepositoryMethods in org.apache.camel.component.redis.processor.idempotent that return RedisIdempotentRepository Modifier and Type Method Description static RedisIdempotentRepositoryRedisIdempotentRepository. redisIdempotentRepository(String processorName)static RedisIdempotentRepositoryRedisIdempotentRepository. redisIdempotentRepository(org.springframework.data.redis.core.RedisTemplate<String,String> redisTemplate, String processorName)
-