List of usage examples for org.springframework.kafka.support.converter BatchMessageConverter interface-usage
From source file org.springframework.kafka.support.converter.BatchMessagingMessageConverter.java
/**
* A Messaging {@link MessageConverter} implementation used with a batch
* message listener; the consumer record values are extracted into a collection in
* the message payload.
* <p>
* Populates {@link KafkaHeaders} based on the {@link ConsumerRecord} onto the returned message.