Uses of Class
org.swisspush.kobuka.spring.ContainerPropertiesBuilder
Packages that use ContainerPropertiesBuilder
-
Uses of ContainerPropertiesBuilder in org.swisspush.kobuka.spring
Fields in org.swisspush.kobuka.spring declared as ContainerPropertiesBuilderModifier and TypeFieldDescriptionprotected ContainerPropertiesBuilderContainerPropertiesBuilder.selfFields in org.swisspush.kobuka.spring with type parameters of type ContainerPropertiesBuilderModifier and TypeFieldDescriptionprotected UnaryOperator<ContainerPropertiesBuilder>AbstractConcurrentKafkaListenerContainerFactoryBuilder.value$withContainerProperties$java$util$function$UnaryOperatorMethods in org.swisspush.kobuka.spring that return ContainerPropertiesBuilderModifier and TypeMethodDescriptionContainerPropertiesBuilder.ackCount(int value) Sets the default value for the ackCount property.ContainerPropertiesBuilder.ackMode(org.springframework.kafka.listener.ContainerProperties.AckMode value) Sets the default value for the ackMode property.ContainerPropertiesBuilder.ackTime(long value) Sets the default value for the ackTime property.ContainerPropertiesBuilder.adviceChain(org.aopalliance.aop.Advice... value) Sets the default value for the adviceChain property.ContainerPropertiesBuilder.assignmentCommitOption(org.springframework.kafka.listener.ContainerProperties.AssignmentCommitOption value) Sets the default value for the assignmentCommitOption property.ContainerPropertiesBuilder.asyncAcks(boolean value) Sets the default value for the asyncAcks property.ContainerPropertiesBuilder.authExceptionRetryInterval(Duration value) Sets the default value for the authExceptionRetryInterval property.ContainerPropertiesBuilder.but()Returns a clone of this builder.ContainerPropertiesBuilder.checkDeserExWhenKeyNull(boolean value) Sets the default value for the checkDeserExWhenKeyNull property.ContainerPropertiesBuilder.checkDeserExWhenValueNull(boolean value) Sets the default value for the checkDeserExWhenValueNull property.Sets the default value for the clientId property.ContainerPropertiesBuilder.commitCallback(org.apache.kafka.clients.consumer.OffsetCommitCallback value) Sets the default value for the commitCallback property.ContainerPropertiesBuilder.commitLogLevel(org.springframework.kafka.support.LogIfLevelEnabled.Level value) Sets the default value for the commitLogLevel property.ContainerPropertiesBuilder.commitRetries(int value) Sets the default value for the commitRetries property.ContainerPropertiesBuilder.consumerRebalanceListener(org.apache.kafka.clients.consumer.ConsumerRebalanceListener value) Sets the default value for the consumerRebalanceListener property.ContainerPropertiesBuilder.consumerStartTimeout(Duration value) Sets the default value for the consumerStartTimeout property.ContainerPropertiesBuilder.deliveryAttemptHeader(boolean value) Sets the default value for the deliveryAttemptHeader property.ContainerPropertiesBuilder.eosMode(org.springframework.kafka.listener.ContainerProperties.EOSMode value) Sets the default value for the eosMode property.ContainerPropertiesBuilder.factory(org.springframework.kafka.config.ConcurrentKafkaListenerContainerFactory<?, ?> value) Sets the default value for the factory property.ContainerPropertiesBuilder.fixTxOffsets(boolean value) Sets the default value for the fixTxOffsets property.Sets the default value for the groupId property.ContainerPropertiesBuilder.idleBeforeDataMultiplier(double value) Sets the default value for the idleBeforeDataMultiplier property.ContainerPropertiesBuilder.idleBetweenPolls(long value) Sets the default value for the idleBetweenPolls property.ContainerPropertiesBuilder.idleEventInterval(Long value) Sets the default value for the idleEventInterval property.ContainerPropertiesBuilder.idlePartitionEventInterval(Long value) Sets the default value for the idlePartitionEventInterval property.ContainerPropertiesBuilder.kafkaConsumerProperties(Properties value) Sets the default value for the kafkaConsumerProperties property.ContainerPropertiesBuilder.listenerTaskExecutor(org.springframework.core.task.AsyncTaskExecutor value) Sets the default value for the listenerTaskExecutor property.ContainerPropertiesBuilder.logContainerConfig(boolean value) Sets the default value for the logContainerConfig property.ContainerPropertiesBuilder.messageListener(Object value) Sets the default value for the messageListener property.ContainerPropertiesBuilder.micrometerEnabled(boolean value) Sets the default value for the micrometerEnabled property.ContainerPropertiesBuilder.micrometerTags(Map<String, String> value) Sets the default value for the micrometerTags property.ContainerPropertiesBuilder.missingTopicsFatal(boolean value) Sets the default value for the missingTopicsFatal property.ContainerPropertiesBuilder.monitorInterval(int value) Sets the default value for the monitorInterval property.ContainerPropertiesBuilder.noPollThreshold(float value) Sets the default value for the noPollThreshold property.ContainerPropertiesBuilder.observationConvention(org.springframework.kafka.support.micrometer.KafkaListenerObservationConvention value) Sets the default value for the observationConvention property.ContainerPropertiesBuilder.observationEnabled(boolean value) Sets the default value for the observationEnabled property.ContainerPropertiesBuilder.offsetAndMetadataProvider(org.springframework.kafka.listener.OffsetAndMetadataProvider value) Sets the default value for the offsetAndMetadataProvider property.ContainerPropertiesBuilder.pauseImmediate(boolean value) Sets the default value for the pauseImmediate property.ContainerPropertiesBuilder.pollTimeout(long value) Sets the default value for the pollTimeout property.ContainerPropertiesBuilder.scheduler(org.springframework.scheduling.TaskScheduler value) Sets the default value for the scheduler property.ContainerPropertiesBuilder.shutdownTimeout(long value) Sets the default value for the shutdownTimeout property.ContainerPropertiesBuilder.stopContainerWhenFenced(boolean value) Sets the default value for the stopContainerWhenFenced property.ContainerPropertiesBuilder.stopImmediate(boolean value) Sets the default value for the stopImmediate property.ContainerPropertiesBuilder.subBatchPerPartition(Boolean value) Sets the default value for the subBatchPerPartition property.ContainerPropertiesBuilder.syncCommits(boolean value) Sets the default value for the syncCommits property.ContainerPropertiesBuilder.syncCommitTimeout(Duration value) Sets the default value for the syncCommitTimeout property.ContainerPropertiesBuilder.transactionDefinition(org.springframework.transaction.TransactionDefinition value) Sets the default value for the transactionDefinition property.ContainerPropertiesBuilder.transactionManager(org.springframework.transaction.PlatformTransactionManager value) Sets the default value for the transactionManager property.Method parameters in org.swisspush.kobuka.spring with type arguments of type ContainerPropertiesBuilderModifier and TypeMethodDescriptionAbstractConcurrentKafkaListenerContainerFactoryBuilder.withContainerProperties(UnaryOperator<ContainerPropertiesBuilder> value) Sets the default value for the withContainerProperties property. -
Uses of ContainerPropertiesBuilder in org.swisspush.kobuka.spring.internal
Method parameters in org.swisspush.kobuka.spring.internal with type arguments of type ContainerPropertiesBuilderModifier and TypeMethodDescriptionstatic <K,V> org.springframework.kafka.config.ConcurrentKafkaListenerContainerFactory<K, V> ConcurrentKafkaListenerContainerFactoryProvider.createConcurrentKafkaListenerContainerFactory(UnaryOperator<ContainerPropertiesBuilder> withContainerProperties)