Interface KameletEndpointBuilderFactory.AdvancedKameletEndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder,org.apache.camel.EndpointConsumerResolver,org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver,KameletEndpointBuilderFactory.AdvancedKameletEndpointConsumerBuilder,KameletEndpointBuilderFactory.AdvancedKameletEndpointProducerBuilder
- Enclosing interface:
KameletEndpointBuilderFactory
public static interface KameletEndpointBuilderFactory.AdvancedKameletEndpointBuilder
extends KameletEndpointBuilderFactory.AdvancedKameletEndpointConsumerBuilder, KameletEndpointBuilderFactory.AdvancedKameletEndpointProducerBuilder
Advanced builder for endpoint for the Kamelet component.
-
Method Summary
Modifier and TypeMethodDescriptionbasic()Location of the Kamelet to use which can be specified as a resource from file system, classpath etc.noErrorHandler(boolean noErrorHandler) Kamelets, by default, will not do fine-grained error handling, but works in no-error-handler mode.noErrorHandler(String noErrorHandler) Kamelets, by default, will not do fine-grained error handling, but works in no-error-handler mode.Methods inherited from interface org.apache.camel.builder.EndpointConsumerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointConsumerResolver
resolve, resolveMethods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolveMethods inherited from interface org.apache.camel.builder.endpoint.dsl.KameletEndpointBuilderFactory.AdvancedKameletEndpointConsumerBuilder
bridgeErrorHandler, bridgeErrorHandler, exceptionHandler, exceptionHandler, exchangePattern, exchangePatternMethods inherited from interface org.apache.camel.builder.endpoint.dsl.KameletEndpointBuilderFactory.AdvancedKameletEndpointProducerBuilder
block, block, failIfNoConsumers, failIfNoConsumers, lazyStartProducer, lazyStartProducer, timeout, timeout
-
Method Details
-
basic
- Specified by:
basicin interfaceKameletEndpointBuilderFactory.AdvancedKameletEndpointConsumerBuilder- Specified by:
basicin interfaceKameletEndpointBuilderFactory.AdvancedKameletEndpointProducerBuilder
-
location
Location of the Kamelet to use which can be specified as a resource from file system, classpath etc. The location cannot use wildcards, and must refer to a file including extension, for example file:/etc/foo-kamelet.xml. The option is a:java.lang.Stringtype. Group: advanced- Specified by:
locationin interfaceKameletEndpointBuilderFactory.AdvancedKameletEndpointConsumerBuilder- Specified by:
locationin interfaceKameletEndpointBuilderFactory.AdvancedKameletEndpointProducerBuilder- Parameters:
location- the value to set- Returns:
- the dsl builder
-
noErrorHandler
default KameletEndpointBuilderFactory.AdvancedKameletEndpointBuilder noErrorHandler(boolean noErrorHandler) Kamelets, by default, will not do fine-grained error handling, but works in no-error-handler mode. This can be turned off, to use old behaviour in earlier versions of Camel. The option is a:booleantype. Default: true Group: advanced- Specified by:
noErrorHandlerin interfaceKameletEndpointBuilderFactory.AdvancedKameletEndpointConsumerBuilder- Specified by:
noErrorHandlerin interfaceKameletEndpointBuilderFactory.AdvancedKameletEndpointProducerBuilder- Parameters:
noErrorHandler- the value to set- Returns:
- the dsl builder
-
noErrorHandler
default KameletEndpointBuilderFactory.AdvancedKameletEndpointBuilder noErrorHandler(String noErrorHandler) Kamelets, by default, will not do fine-grained error handling, but works in no-error-handler mode. This can be turned off, to use old behaviour in earlier versions of Camel. The option will be converted to abooleantype. Default: true Group: advanced- Specified by:
noErrorHandlerin interfaceKameletEndpointBuilderFactory.AdvancedKameletEndpointConsumerBuilder- Specified by:
noErrorHandlerin interfaceKameletEndpointBuilderFactory.AdvancedKameletEndpointProducerBuilder- Parameters:
noErrorHandler- the value to set- Returns:
- the dsl builder
-