Class MultiMethodKafkaListenerEndpoint<K,V>

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

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