Uses of Class
org.swisspush.kobuka.spring.ConcurrentKafkaListenerContainerFactoryBuilder
Packages that use ConcurrentKafkaListenerContainerFactoryBuilder
-
Uses of ConcurrentKafkaListenerContainerFactoryBuilder in org.swisspush.kobuka.spring
Fields in org.swisspush.kobuka.spring declared as ConcurrentKafkaListenerContainerFactoryBuilderModifier and TypeFieldDescriptionprotected ConcurrentKafkaListenerContainerFactoryBuilder<K,V> AbstractConcurrentKafkaListenerContainerFactoryBuilder.selfMethods in org.swisspush.kobuka.spring that return ConcurrentKafkaListenerContainerFactoryBuilderModifier and TypeMethodDescriptionAbstractConcurrentKafkaListenerContainerFactoryBuilder.ackDiscarded(Boolean value) Sets the default value for the ackDiscarded property.AbstractConcurrentKafkaListenerContainerFactoryBuilder.afterRollbackProcessor(org.springframework.kafka.listener.AfterRollbackProcessor<? super K, ? super V> value) Sets the default value for the afterRollbackProcessor property.AbstractConcurrentKafkaListenerContainerFactoryBuilder.autoStartup(Boolean value) Sets the default value for the autoStartup property.AbstractConcurrentKafkaListenerContainerFactoryBuilder.batchErrorHandler(org.springframework.kafka.listener.BatchErrorHandler value) Sets the default value for the batchErrorHandler property.AbstractConcurrentKafkaListenerContainerFactoryBuilder.batchInterceptor(org.springframework.kafka.listener.BatchInterceptor<K, V> value) Sets the default value for the batchInterceptor property.AbstractConcurrentKafkaListenerContainerFactoryBuilder.batchListener(Boolean value) Sets the default value for the batchListener property.AbstractConcurrentKafkaListenerContainerFactoryBuilder.batchToRecordAdapter(org.springframework.kafka.listener.adapter.BatchToRecordAdapter<K, V> value) Sets the default value for the batchToRecordAdapter property.AbstractConcurrentKafkaListenerContainerFactoryBuilder.but()Returns a clone of this builder.AbstractConcurrentKafkaListenerContainerFactoryBuilder.changeConsumerThreadName(boolean value) Sets the default value for the changeConsumerThreadName property.AbstractConcurrentKafkaListenerContainerFactoryBuilder.commonErrorHandler(org.springframework.kafka.listener.CommonErrorHandler value) Sets the default value for the commonErrorHandler property.AbstractConcurrentKafkaListenerContainerFactoryBuilder.concurrency(Integer value) Sets the default value for the concurrency property.AbstractConcurrentKafkaListenerContainerFactoryBuilder.consumerFactory(org.springframework.kafka.core.ConsumerFactory<? super K, ? super V> value) Sets the default value for the consumerFactory property.AbstractConcurrentKafkaListenerContainerFactoryBuilder.containerCustomizer(org.springframework.kafka.config.ContainerCustomizer<K, V, org.springframework.kafka.listener.ConcurrentMessageListenerContainer<K, V>> value) Sets the default value for the containerCustomizer property.AbstractConcurrentKafkaListenerContainerFactoryBuilder.correlationHeaderName(String value) Sets the default value for the correlationHeaderName property.AbstractConcurrentKafkaListenerContainerFactoryBuilder.errorHandler(org.springframework.kafka.listener.ErrorHandler value) Sets the default value for the errorHandler property.AbstractConcurrentKafkaListenerContainerFactoryBuilder.messageConverter(org.springframework.kafka.support.converter.MessageConverter value) Sets the default value for the messageConverter property.AbstractConcurrentKafkaListenerContainerFactoryBuilder.missingTopicsFatal(boolean value) Sets the default value for the missingTopicsFatal property.AbstractConcurrentKafkaListenerContainerFactoryBuilder.phase(int value) Sets the default value for the phase property.AbstractConcurrentKafkaListenerContainerFactoryBuilder.recordFilterStrategy(org.springframework.kafka.listener.adapter.RecordFilterStrategy<? super K, ? super V> value) Sets the default value for the recordFilterStrategy property.AbstractConcurrentKafkaListenerContainerFactoryBuilder.recordInterceptor(org.springframework.kafka.listener.RecordInterceptor<K, V> value) Sets the default value for the recordInterceptor property.AbstractConcurrentKafkaListenerContainerFactoryBuilder.replyHeadersConfigurer(org.springframework.kafka.listener.adapter.ReplyHeadersConfigurer value) Sets the default value for the replyHeadersConfigurer property.AbstractConcurrentKafkaListenerContainerFactoryBuilder.replyTemplate(org.springframework.kafka.core.KafkaTemplate<?, ?> value) Sets the default value for the replyTemplate property.AbstractConcurrentKafkaListenerContainerFactoryBuilder.threadNameSupplier(Function<org.springframework.kafka.listener.MessageListenerContainer, String> value) Sets the default value for the threadNameSupplier property.AbstractConcurrentKafkaListenerContainerFactoryBuilder.withContainerProperties(UnaryOperator<ContainerPropertiesBuilder> value) Sets the default value for the withContainerProperties property.