Uses of Class
org.swisspush.kobuka.spring.DefaultKafkaConsumerFactoryBuilder
Packages that use DefaultKafkaConsumerFactoryBuilder
-
Uses of DefaultKafkaConsumerFactoryBuilder in org.swisspush.kobuka.spring
Fields in org.swisspush.kobuka.spring declared as DefaultKafkaConsumerFactoryBuilderModifier and TypeFieldDescriptionprotected DefaultKafkaConsumerFactoryBuilder<K,V> AbstractDefaultKafkaConsumerFactoryBuilder.selfMethods in org.swisspush.kobuka.spring that return DefaultKafkaConsumerFactoryBuilderModifier and TypeMethodDescriptionAbstractDefaultKafkaConsumerFactoryBuilder.bootstrapServersSupplier(Supplier<String> value) Sets the default value for the bootstrapServersSupplier property.AbstractDefaultKafkaConsumerFactoryBuilder.but()Returns a clone of this builder.Sets the default value for the configs property.AbstractDefaultKafkaConsumerFactoryBuilder.configureDeserializers(boolean value) Sets the default value for the configureDeserializers property.AbstractDefaultKafkaConsumerFactoryBuilder.keyDeserializer(org.apache.kafka.common.serialization.Deserializer<K> value) Sets the default value for the keyDeserializer property.AbstractDefaultKafkaConsumerFactoryBuilder.keyDeserializerSupplier(Supplier<org.apache.kafka.common.serialization.Deserializer<K>> value) Sets the default value for the keyDeserializerSupplier property.AbstractDefaultKafkaConsumerFactoryBuilder.valueDeserializer(org.apache.kafka.common.serialization.Deserializer<V> value) Sets the default value for the valueDeserializer property.AbstractDefaultKafkaConsumerFactoryBuilder.valueDeserializerSupplier(Supplier<org.apache.kafka.common.serialization.Deserializer<V>> value) Sets the default value for the valueDeserializerSupplier property.AbstractDefaultKafkaConsumerFactoryBuilder.withListeners(List<org.springframework.kafka.core.ConsumerFactory.Listener<K, V>> value) Sets the default value for the withListeners property.AbstractDefaultKafkaConsumerFactoryBuilder.withPostProcessors(List<org.springframework.kafka.core.ConsumerPostProcessor<K, V>> value) Sets the default value for the withPostProcessors property.