Class MethodKafkaListenerEndpoint<K,V>

java.lang.Object
org.springframework.kafka.config.AbstractKafkaListenerEndpoint<K,V>
org.springframework.kafka.config.MethodKafkaListenerEndpoint<K,V>
Type Parameters:
K - the key type.
V - the value type.
All Implemented Interfaces:
Aware, BeanFactoryAware, InitializingBean, KafkaListenerEndpoint
Direct Known Subclasses:
MultiMethodKafkaListenerEndpoint

public class MethodKafkaListenerEndpoint<K,V> extends AbstractKafkaListenerEndpoint<K,V>
A KafkaListenerEndpoint providing the method to invoke to process an incoming message for this endpoint.
Author:
Stephane Nicoll, Artem Bilan, Gary Russell, Venil Noronha