Uses of Class
org.springframework.batch.item.redis.builder.RedisItemWriterBuilder
-
Uses of RedisItemWriterBuilder in org.springframework.batch.item.redis.builder
Modifier and TypeMethodDescriptionRedisItemWriterBuilder.delete
(boolean delete) Indicate if the items being passed to the writer should be deleted.RedisItemWriterBuilder.itemKeyMapper
(org.springframework.core.convert.converter.Converter<V, K> itemKeyMapper) Set theConverter
to use to derive the key from the item.RedisItemWriterBuilder.redisTemplate
(org.springframework.data.redis.core.RedisTemplate<K, V> redisTemplate) Set theRedisTemplate
to use to write items to Redis.