Uses of Class
org.springframework.kafka.listener.ContainerProperties
Packages that use ContainerProperties
Package
Description
Package for kafka configuration
Package for kafka listeners
-
Uses of ContainerProperties in org.springframework.kafka.config
Methods in org.springframework.kafka.config that return ContainerPropertiesModifier and TypeMethodDescriptionAbstractKafkaListenerContainerFactory.getContainerProperties()
Obtain the properties template for this factory - set properties as needed and they will be copied to a final properties instance for the endpoint. -
Uses of ContainerProperties in org.springframework.kafka.listener
Methods in org.springframework.kafka.listener that return ContainerPropertiesModifier and TypeMethodDescriptionAbstractMessageListenerContainer.getContainerProperties()
AbstractShareKafkaMessageListenerContainer.getContainerProperties()
default ContainerProperties
MessageListenerContainer.getContainerProperties()
Return the container properties for this container.Constructors in org.springframework.kafka.listener with parameters of type ContainerPropertiesModifierConstructorDescriptionprotected
AbstractMessageListenerContainer
(@Nullable ConsumerFactory<? super K, ? super V> consumerFactory, ContainerProperties containerProperties) Construct an instance with the provided factory and properties.protected
AbstractShareKafkaMessageListenerContainer
(ShareConsumerFactory<? super K, ? super V> shareConsumerFactory, ContainerProperties containerProperties) Construct an instance with the provided factory and properties.ConcurrentMessageListenerContainer
(@Nullable ConsumerFactory<? super K, ? super V> consumerFactory, ContainerProperties containerProperties) Construct an instance with the supplied configuration properties.KafkaMessageListenerContainer
(ConsumerFactory<? super K, ? super V> consumerFactory, ContainerProperties containerProperties) Construct an instance with the supplied configuration properties.ShareKafkaMessageListenerContainer
(ShareConsumerFactory<? super K, ? super V> shareConsumerFactory, ContainerProperties containerProperties) Construct an instance with the supplied configuration properties.