Uses of Class
org.springframework.batch.item.redis.builder.RedisItemWriterBuilder
Packages that use RedisItemWriterBuilder
-
Uses of RedisItemWriterBuilder in org.springframework.batch.item.redis.builder
Methods in org.springframework.batch.item.redis.builder that return RedisItemWriterBuilderModifier 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.