Example usage for org.springframework.kafka.support ProducerListenerAdapter subclass-usage

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

Introduction

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

Usage

From source file org.springframework.kafka.support.LoggingProducerListener.java

/**
 * The {@link ProducerListener} that logs exceptions thrown when sending messages.
 *
 * @param <K> the key type.
 * @param <V> the value type.
 *