Class MultiMethodKafkaListenerEndpoint<K,V>

Type Parameters:
K - the key type.
V - the value type.
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean, KafkaListenerEndpoint

public class MultiMethodKafkaListenerEndpoint<K,V> extends MethodKafkaListenerEndpoint<K,V>
The MethodKafkaListenerEndpoint extension for several POJO methods based on the KafkaHandler.
See Also:
  • Constructor Details

    • MultiMethodKafkaListenerEndpoint

      public MultiMethodKafkaListenerEndpoint(List<Method> methods, @Nullable Method defaultMethod, Object bean)
      Construct an instance for the provided methods, default method and bean.
      Parameters:
      methods - the methods.
      defaultMethod - the default method.
      bean - the bean.
      Since:
      2.1.3
  • Method Details