| Package | Description |
|---|---|
| org.swisspush.kobuka.spring |
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentKafkaListenerContainerFactoryBuilder<K,V> |
AbstractConcurrentKafkaListenerContainerFactoryBuilder.self |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentKafkaListenerContainerFactoryBuilder<K,V> |
AbstractConcurrentKafkaListenerContainerFactoryBuilder.ackDiscarded(Boolean value)
Sets the default value for the ackDiscarded property.
|
ConcurrentKafkaListenerContainerFactoryBuilder<K,V> |
AbstractConcurrentKafkaListenerContainerFactoryBuilder.afterRollbackProcessor(org.springframework.kafka.listener.AfterRollbackProcessor<? super K,? super V> value)
Sets the default value for the afterRollbackProcessor property.
|
ConcurrentKafkaListenerContainerFactoryBuilder<K,V> |
AbstractConcurrentKafkaListenerContainerFactoryBuilder.autoStartup(Boolean value)
Sets the default value for the autoStartup property.
|
ConcurrentKafkaListenerContainerFactoryBuilder<K,V> |
AbstractConcurrentKafkaListenerContainerFactoryBuilder.batchErrorHandler(org.springframework.kafka.listener.BatchErrorHandler value)
Sets the default value for the batchErrorHandler property.
|
ConcurrentKafkaListenerContainerFactoryBuilder<K,V> |
AbstractConcurrentKafkaListenerContainerFactoryBuilder.batchInterceptor(org.springframework.kafka.listener.BatchInterceptor<K,V> value)
Sets the default value for the batchInterceptor property.
|
ConcurrentKafkaListenerContainerFactoryBuilder<K,V> |
AbstractConcurrentKafkaListenerContainerFactoryBuilder.batchListener(Boolean value)
Sets the default value for the batchListener property.
|
ConcurrentKafkaListenerContainerFactoryBuilder<K,V> |
AbstractConcurrentKafkaListenerContainerFactoryBuilder.batchToRecordAdapter(org.springframework.kafka.listener.adapter.BatchToRecordAdapter<K,V> value)
Sets the default value for the batchToRecordAdapter property.
|
ConcurrentKafkaListenerContainerFactoryBuilder<K,V> |
AbstractConcurrentKafkaListenerContainerFactoryBuilder.but()
Returns a clone of this builder.
|
ConcurrentKafkaListenerContainerFactoryBuilder<K,V> |
AbstractConcurrentKafkaListenerContainerFactoryBuilder.commonErrorHandler(org.springframework.kafka.listener.CommonErrorHandler value)
Sets the default value for the commonErrorHandler property.
|
ConcurrentKafkaListenerContainerFactoryBuilder<K,V> |
AbstractConcurrentKafkaListenerContainerFactoryBuilder.concurrency(Integer value)
Sets the default value for the concurrency property.
|
ConcurrentKafkaListenerContainerFactoryBuilder<K,V> |
AbstractConcurrentKafkaListenerContainerFactoryBuilder.consumerFactory(org.springframework.kafka.core.ConsumerFactory<? super K,? super V> value)
Sets the default value for the consumerFactory property.
|
ConcurrentKafkaListenerContainerFactoryBuilder<K,V> |
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.
|
ConcurrentKafkaListenerContainerFactoryBuilder<K,V> |
AbstractConcurrentKafkaListenerContainerFactoryBuilder.errorHandler(org.springframework.kafka.listener.ErrorHandler value)
Sets the default value for the errorHandler property.
|
ConcurrentKafkaListenerContainerFactoryBuilder<K,V> |
AbstractConcurrentKafkaListenerContainerFactoryBuilder.messageConverter(org.springframework.kafka.support.converter.MessageConverter value)
Sets the default value for the messageConverter property.
|
ConcurrentKafkaListenerContainerFactoryBuilder<K,V> |
AbstractConcurrentKafkaListenerContainerFactoryBuilder.missingTopicsFatal(boolean value)
Sets the default value for the missingTopicsFatal property.
|
ConcurrentKafkaListenerContainerFactoryBuilder<K,V> |
AbstractConcurrentKafkaListenerContainerFactoryBuilder.phase(int value)
Sets the default value for the phase property.
|
ConcurrentKafkaListenerContainerFactoryBuilder<K,V> |
AbstractConcurrentKafkaListenerContainerFactoryBuilder.recordFilterStrategy(org.springframework.kafka.listener.adapter.RecordFilterStrategy<? super K,? super V> value)
Sets the default value for the recordFilterStrategy property.
|
ConcurrentKafkaListenerContainerFactoryBuilder<K,V> |
AbstractConcurrentKafkaListenerContainerFactoryBuilder.recordInterceptor(org.springframework.kafka.listener.RecordInterceptor<K,V> value)
Sets the default value for the recordInterceptor property.
|
ConcurrentKafkaListenerContainerFactoryBuilder<K,V> |
AbstractConcurrentKafkaListenerContainerFactoryBuilder.recoveryCallback(org.springframework.retry.RecoveryCallback<? extends Object> value)
Sets the default value for the recoveryCallback property.
|
ConcurrentKafkaListenerContainerFactoryBuilder<K,V> |
AbstractConcurrentKafkaListenerContainerFactoryBuilder.replyHeadersConfigurer(org.springframework.kafka.listener.adapter.ReplyHeadersConfigurer value)
Sets the default value for the replyHeadersConfigurer property.
|
ConcurrentKafkaListenerContainerFactoryBuilder<K,V> |
AbstractConcurrentKafkaListenerContainerFactoryBuilder.replyTemplate(org.springframework.kafka.core.KafkaTemplate<?,?> value)
Sets the default value for the replyTemplate property.
|
ConcurrentKafkaListenerContainerFactoryBuilder<K,V> |
AbstractConcurrentKafkaListenerContainerFactoryBuilder.retryTemplate(org.springframework.retry.support.RetryTemplate value)
Sets the default value for the retryTemplate property.
|
ConcurrentKafkaListenerContainerFactoryBuilder<K,V> |
AbstractConcurrentKafkaListenerContainerFactoryBuilder.statefulRetry(boolean value)
Sets the default value for the statefulRetry property.
|
ConcurrentKafkaListenerContainerFactoryBuilder<K,V> |
AbstractConcurrentKafkaListenerContainerFactoryBuilder.withContainerProperties(UnaryOperator<ContainerPropertiesBuilder> value)
Sets the default value for the withContainerProperties property.
|
Copyright © 2022. All rights reserved.