Class AbstractKafkaListenerEndpoint<K,V>

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

public abstract class AbstractKafkaListenerEndpoint<K,V> extends Object implements KafkaListenerEndpoint, BeanFactoryAware, InitializingBean
Base model for a Kafka listener endpoint.
Author:
Stephane Nicoll, Gary Russell, Artem Bilan
See Also:
  • Constructor Details

    • AbstractKafkaListenerEndpoint

      public AbstractKafkaListenerEndpoint()
  • Method Details