Example usage for org.springframework.kafka.config KafkaListenerEndpoint interface-usage

List of usage examples for org.springframework.kafka.config KafkaListenerEndpoint interface-usage

Introduction

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

Usage

From source file org.springframework.kafka.config.AbstractKafkaListenerEndpoint.java

/**
 * Base model for a Kafka listener endpoint.
 *
 * @param <K> the key type.
 * @param <V> the value type.
 *