Uses of Interface
org.apache.camel.builder.endpoint.dsl.KameletEndpointBuilderFactory.KameletEndpointConsumerBuilder
-
Packages that use KameletEndpointBuilderFactory.KameletEndpointConsumerBuilder Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of KameletEndpointBuilderFactory.KameletEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of KameletEndpointBuilderFactory.KameletEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl Modifier and Type Interface Description static interface
KameletEndpointBuilderFactory.KameletEndpointBuilder
Builder for endpoint for the Kamelet component.Methods in org.apache.camel.builder.endpoint.dsl that return KameletEndpointBuilderFactory.KameletEndpointConsumerBuilder Modifier and Type Method Description default KameletEndpointBuilderFactory.KameletEndpointConsumerBuilder
KameletEndpointBuilderFactory.AdvancedKameletEndpointConsumerBuilder. basic()
default KameletEndpointBuilderFactory.KameletEndpointConsumerBuilder
KameletEndpointBuilderFactory.KameletEndpointConsumerBuilder. 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 KameletEndpointBuilderFactory.KameletEndpointConsumerBuilder
KameletEndpointBuilderFactory.KameletEndpointConsumerBuilder. bridgeErrorHandler(String 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 KameletEndpointBuilderFactory.KameletEndpointConsumerBuilder
KameletEndpointBuilderFactory.KameletEndpointConsumerBuilder. location(String location)
Location of the Kamelet to use which can be specified as a resource from file system, classpath etc.
-