Example usage for org.springframework.kafka.listener MessageListener interface-usage

List of usage examples for org.springframework.kafka.listener MessageListener interface-usage

Introduction

In this page you can find the example usage for org.springframework.kafka.listener MessageListener interface-usage.

Usage

From source file org.springframework.kafka.listener.adapter.AbstractAdaptableMessageListener.java

/**
 * An abstract {@link MessageListener} adapter providing the necessary infrastructure
 * to extract the payload of a {@link org.springframework.messaging.Message}.
 *
 * @param <K> the key type.
 * @param <V> the value type.