Uses of Interface
org.apache.camel.builder.endpoint.dsl.KameletEndpointBuilderFactory.AdvancedKameletEndpointProducerBuilder
Packages that use KameletEndpointBuilderFactory.AdvancedKameletEndpointProducerBuilder
-
Uses of KameletEndpointBuilderFactory.AdvancedKameletEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of KameletEndpointBuilderFactory.AdvancedKameletEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the Kamelet component.Methods in org.apache.camel.builder.endpoint.dsl that return KameletEndpointBuilderFactory.AdvancedKameletEndpointProducerBuilderModifier and TypeMethodDescriptionKameletEndpointBuilderFactory.KameletEndpointProducerBuilder.advanced()KameletEndpointBuilderFactory.AdvancedKameletEndpointProducerBuilder.block(boolean block) If sending a message to a direct endpoint which has no active consumer, then we can tell the producer to block and wait for the consumer to become active.If sending a message to a direct endpoint which has no active consumer, then we can tell the producer to block and wait for the consumer to become active.KameletEndpointBuilderFactory.AdvancedKameletEndpointProducerBuilder.failIfNoConsumers(boolean failIfNoConsumers) Whether the producer should fail by throwing an exception, when sending to a kamelet endpoint with no active consumers.KameletEndpointBuilderFactory.AdvancedKameletEndpointProducerBuilder.failIfNoConsumers(String failIfNoConsumers) Whether the producer should fail by throwing an exception, when sending to a kamelet endpoint with no active consumers.KameletEndpointBuilderFactory.AdvancedKameletEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).KameletEndpointBuilderFactory.AdvancedKameletEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer) Whether the producer should be started lazy (on the first message).Location of the Kamelet to use which can be specified as a resource from file system, classpath etc.KameletEndpointBuilderFactory.AdvancedKameletEndpointProducerBuilder.timeout(long timeout) The timeout value to use if block is enabled.The timeout value to use if block is enabled.