Example usage for org.springframework.kafka.support.converter BatchMessageConverter interface-usage

List of usage examples for org.springframework.kafka.support.converter BatchMessageConverter interface-usage

Introduction

In this page you can find the example usage for org.springframework.kafka.support.converter BatchMessageConverter interface-usage.

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.