Example usage for org.springframework.kafka.support.converter MessagingMessageConverter subclass-usage

List of usage examples for org.springframework.kafka.support.converter MessagingMessageConverter subclass-usage

Introduction

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

Usage

From source file org.springframework.kafka.support.converter.StringJsonMessageConverter.java

/**
 * JSON Message converter - String on output, String or byte[] on input.
 *
 * @author Gary Russell
 * @author Artem Bilan
 *