Uses of Interface
org.apache.camel.builder.component.dsl.RefComponentBuilderFactory.RefComponentBuilder
-
Packages that use RefComponentBuilderFactory.RefComponentBuilder Package Description org.apache.camel.builder.component org.apache.camel.builder.component.dsl -
-
Uses of RefComponentBuilderFactory.RefComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return RefComponentBuilderFactory.RefComponentBuilder Modifier and Type Method Description static RefComponentBuilderFactory.RefComponentBuilderComponentsBuilderFactory. ref()Ref (camel-ref) Route messages to an endpoint looked up dynamically by name in the Camel Registry. -
Uses of RefComponentBuilderFactory.RefComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement RefComponentBuilderFactory.RefComponentBuilder Modifier and Type Class Description static classRefComponentBuilderFactory.RefComponentBuilderImplMethods in org.apache.camel.builder.component.dsl that return RefComponentBuilderFactory.RefComponentBuilder Modifier and Type Method Description default RefComponentBuilderFactory.RefComponentBuilderRefComponentBuilderFactory.RefComponentBuilder. autowiredEnabled(boolean autowiredEnabled)Whether autowiring is enabled.default RefComponentBuilderFactory.RefComponentBuilderRefComponentBuilderFactory.RefComponentBuilder. 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.default RefComponentBuilderFactory.RefComponentBuilderRefComponentBuilderFactory.RefComponentBuilder. lazyStartProducer(boolean lazyStartProducer)Whether the producer should be started lazy (on the first message).static RefComponentBuilderFactory.RefComponentBuilderRefComponentBuilderFactory. ref()Ref (camel-ref) Route messages to an endpoint looked up dynamically by name in the Camel Registry.
-