Uses of Class
org.springframework.batch.item.KeyValueItemWriter
Packages that use KeyValueItemWriter
-
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.