Uses of Class
org.springframework.kafka.listener.ContainerProperties
Packages that use ContainerProperties
Package
Description
Package for kafka configuration
Package for kafka listeners
Package for retryable topic handling.
-
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()default ContainerPropertiesMessageListenerContainer.getContainerProperties()Return the container properties for this container.Constructors in org.springframework.kafka.listener with parameters of type ContainerPropertiesModifierConstructorDescriptionprotectedAbstractMessageListenerContainer(ConsumerFactory<? super K, ? super V> consumerFactory, ContainerProperties containerProperties) Construct an instance with the provided factory and properties.ConcurrentMessageListenerContainer(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. -
Uses of ContainerProperties in org.springframework.kafka.retrytopic
Methods in org.springframework.kafka.retrytopic with parameters of type ContainerPropertiesModifier and TypeMethodDescriptionprotected longListenerContainerFactoryConfigurer.getIdlePartitionInterval(ContainerProperties containerProperties, long pollTimeoutValue) protected longListenerContainerFactoryConfigurer.getPollTimeoutValue(ContainerProperties containerProperties, org.springframework.kafka.retrytopic.ListenerContainerFactoryConfigurer.Configuration configuration)