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 TypeClassDescriptionclassGemfireItemWriter<K,V> AnItemWriterthat stores items in GemFireclassA convenientGemfireItemWriterimplementation that uses aSpELItemKeyMapper -
Uses of KeyValueItemWriter in org.springframework.batch.item.kafka
Subclasses of KeyValueItemWriter in org.springframework.batch.item.kafkaModifier and TypeClassDescriptionclassKafkaItemWriter<K,T> AnItemWriterimplementation for Apache Kafka using aKafkaTemplatewith default topic configured.