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
Generic message listener container; adds parameters.
- Since:
- 2.1.3
-
Field Summary
Fields inherited from interface org.springframework.context.SmartLifecycle
DEFAULT_PHASE -
Method Summary
Methods inherited from interface org.springframework.context.Lifecycle
isRunning, start, stopMethods inherited from interface org.springframework.kafka.listener.MessageListenerContainer
destroy, 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, stop