Interface GenericMessageListenerContainer<K,V>
- Type Parameters:
K- the key type.V- the value type.
- All Superinterfaces:
DisposableBean,Lifecycle,MessageListenerContainer,Phased,SmartLifecycle
- All Known Implementing Classes:
AbstractMessageListenerContainer,AbstractShareKafkaMessageListenerContainer,ConcurrentMessageListenerContainer,KafkaMessageListenerContainer,ShareKafkaMessageListenerContainer
Generic message listener container; adds parameters.
- Since:
- 2.1.3
- Author:
- Gary Russell
-
Field Summary
Fields inherited from interface org.springframework.context.SmartLifecycle
DEFAULT_PHASE -
Method Summary
Methods inherited from interface org.springframework.kafka.listener.MessageListenerContainer
childStarted, childStopped, destroy, enforceRebalance, getAssignedPartitions, getAssignmentsByClientId, getContainerFor, getContainerProperties, getGroupId, getListenerId, getListenerInfo, getMainListenerId, isChildRunning, isContainerPaused, isInExpectedState, isPartitionPaused, isPartitionPauseRequested, isPauseRequested, metrics, pause, pausePartition, resume, resumePartition, setAutoStartup, setupMessageListener, stopAbnormallyMethods inherited from interface org.springframework.context.SmartLifecycle
getPhase, isAutoStartup, isPauseable, stop