Example usage for org.springframework.kafka.config AbstractKafkaListenerEndpoint subclass-usage

List of usage examples for org.springframework.kafka.config AbstractKafkaListenerEndpoint subclass-usage

Introduction

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

Usage

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

/**
 * A {@link KafkaListenerEndpoint} providing the method to invoke to process
 * an incoming message for this endpoint.
 *
 * @param <K> the key type.
 * @param <V> the value type.