Interface GenericMessageListenerContainer<K,V>

Type Parameters:
K - the key type.
V - the value type.
All Superinterfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.context.Lifecycle, MessageListenerContainer, org.springframework.context.Phased, org.springframework.context.SmartLifecycle
All Known Implementing Classes:
AbstractMessageListenerContainer, ConcurrentMessageListenerContainer, KafkaMessageListenerContainer

public interface GenericMessageListenerContainer<K,V> extends MessageListenerContainer
Generic message listener container; adds parameters.
Since:
2.1.3