Uses of Interface
org.apache.camel.builder.endpoint.dsl.KafkaEndpointBuilderFactory.AdvancedKafkaEndpointProducerBuilder
Packages that use KafkaEndpointBuilderFactory.AdvancedKafkaEndpointProducerBuilder
-
Uses of KafkaEndpointBuilderFactory.AdvancedKafkaEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of KafkaEndpointBuilderFactory.AdvancedKafkaEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the Kafka component.Methods in org.apache.camel.builder.endpoint.dsl that return KafkaEndpointBuilderFactory.AdvancedKafkaEndpointProducerBuilderModifier and TypeMethodDescriptionKafkaEndpointBuilderFactory.KafkaEndpointProducerBuilder.advanced()KafkaEndpointBuilderFactory.AdvancedKafkaEndpointProducerBuilder.kafkaClientFactory(String kafkaClientFactory) Factory to use for creating org.apache.kafka.clients.consumer.KafkaConsumer and org.apache.kafka.clients.producer.KafkaProducer instances.KafkaEndpointBuilderFactory.AdvancedKafkaEndpointProducerBuilder.kafkaClientFactory(org.apache.camel.component.kafka.KafkaClientFactory kafkaClientFactory) Factory to use for creating org.apache.kafka.clients.consumer.KafkaConsumer and org.apache.kafka.clients.producer.KafkaProducer instances.KafkaEndpointBuilderFactory.AdvancedKafkaEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).KafkaEndpointBuilderFactory.AdvancedKafkaEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).KafkaEndpointBuilderFactory.AdvancedKafkaEndpointProducerBuilder.synchronous(boolean synchronous) Sets whether synchronous processing should be strictly used.KafkaEndpointBuilderFactory.AdvancedKafkaEndpointProducerBuilder.synchronous(String synchronous) Sets whether synchronous processing should be strictly used.