Interface GenericMessageListenerContainer<K,V>
-
- Type Parameters:
K- the key type.V- the value type.
- All Superinterfaces:
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
-
-
Method Summary
-
Methods inherited from interface org.springframework.kafka.listener.MessageListenerContainer
getAssignedPartitions, getAssignmentsByClientId, getContainerProperties, getGroupId, getListenerId, isContainerPaused, isPauseRequested, metrics, pause, resume, setAutoStartup, setupMessageListener
-
-