Uses of Interface
org.apache.camel.builder.component.dsl.KameletComponentBuilderFactory.KameletComponentBuilder
Packages that use KameletComponentBuilderFactory.KameletComponentBuilder
-
Uses of KameletComponentBuilderFactory.KameletComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return KameletComponentBuilderFactory.KameletComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.kamelet()Kamelet (camel-kamelet) To call Kamelets Category: core Since: 3.8 Maven coordinates: org.apache.camel:camel-kamelet -
Uses of KameletComponentBuilderFactory.KameletComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement KameletComponentBuilderFactory.KameletComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return KameletComponentBuilderFactory.KameletComponentBuilderModifier and TypeMethodDescriptionKameletComponentBuilderFactory.KameletComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.KameletComponentBuilderFactory.KameletComponentBuilder.block(boolean block) If sending a message to a kamelet endpoint which has no active consumer, then we can tell the producer to block and wait for the consumer to become active.KameletComponentBuilderFactory.KameletComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.KameletComponentBuilderFactory.kamelet()Kamelet (camel-kamelet) To call Kamelets Category: core Since: 3.8 Maven coordinates: org.apache.camel:camel-kameletKameletComponentBuilderFactory.KameletComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).The location(s) of the Kamelets on the file system.KameletComponentBuilderFactory.KameletComponentBuilder.routeProperties(Map<String, Properties> routeProperties) Set route local parameters.KameletComponentBuilderFactory.KameletComponentBuilder.routeTemplateLoaderListener(org.apache.camel.spi.RouteTemplateLoaderListener routeTemplateLoaderListener) To plugin a custom listener for when the Kamelet component is loading Kamelets from external resources.KameletComponentBuilderFactory.KameletComponentBuilder.templateProperties(Map<String, Properties> templateProperties) Set template local parameters.KameletComponentBuilderFactory.KameletComponentBuilder.timeout(long timeout) The timeout value to use if block is enabled.