Uses of Class
org.springframework.batch.item.KeyValueItemWriter
Package
Description
Spring Data related readers and writers.
Apache Kafka related readers and writers
-
Uses of KeyValueItemWriter in org.springframework.batch.item.data
Modifier 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
Modifier and TypeClassDescriptionclass
KafkaItemWriter<K,
T> AnItemWriter
implementation for Apache Kafka using aKafkaTemplate
with default topic configured.