Uses of Class
org.springframework.batch.item.KeyValueItemWriter
Packages that use KeyValueItemWriter
Package
Description
Spring Data related readers and writers.
Apache Kafka related readers and writers
-
Uses of KeyValueItemWriter in org.springframework.batch.item.data
Subclasses of KeyValueItemWriter in org.springframework.batch.item.dataModifier and TypeClassDescriptionclass
GemfireItemWriter<K,
V> AnItemWriter
that stores items in GemFireclass
A convenientGemfireItemWriter
implementation that uses aSpELItemKeyMapper
-
Uses of KeyValueItemWriter in org.springframework.batch.item.kafka
Subclasses of KeyValueItemWriter in org.springframework.batch.item.kafkaModifier and TypeClassDescriptionclass
KafkaItemWriter<K,
T> AnItemWriter
implementation for Apache Kafka using aKafkaTemplate
with default topic configured.