Interface ThriftEndpointBuilderFactory.AdvancedThriftEndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder,org.apache.camel.EndpointConsumerResolver,org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver,ThriftEndpointBuilderFactory.AdvancedThriftEndpointConsumerBuilder,ThriftEndpointBuilderFactory.AdvancedThriftEndpointProducerBuilder
- Enclosing interface:
- ThriftEndpointBuilderFactory
public static interface ThriftEndpointBuilderFactory.AdvancedThriftEndpointBuilder
extends ThriftEndpointBuilderFactory.AdvancedThriftEndpointConsumerBuilder, ThriftEndpointBuilderFactory.AdvancedThriftEndpointProducerBuilder
Advanced builder for endpoint for the Thrift component.
-
Method Summary
Modifier and TypeMethodDescriptionbasic()synchronous(boolean synchronous) Sets whether synchronous processing should be strictly used.synchronous(String synchronous) Sets whether synchronous processing should be strictly used.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.ThriftEndpointBuilderFactory.AdvancedThriftEndpointConsumerBuilder
bridgeErrorHandler, bridgeErrorHandler, exceptionHandler, exceptionHandler, exchangePattern, exchangePatternMethods inherited from interface org.apache.camel.builder.endpoint.dsl.ThriftEndpointBuilderFactory.AdvancedThriftEndpointProducerBuilder
lazyStartProducer, lazyStartProducer
-
Method Details
-
basic
- Specified by:
basicin interfaceThriftEndpointBuilderFactory.AdvancedThriftEndpointConsumerBuilder- Specified by:
basicin interfaceThriftEndpointBuilderFactory.AdvancedThriftEndpointProducerBuilder
-
synchronous
Sets whether synchronous processing should be strictly used. The option is a: <code>boolean</code> type. Default: false Group: advanced- Specified by:
synchronousin interfaceThriftEndpointBuilderFactory.AdvancedThriftEndpointConsumerBuilder- Specified by:
synchronousin interfaceThriftEndpointBuilderFactory.AdvancedThriftEndpointProducerBuilder- Parameters:
synchronous- the value to set- Returns:
- the dsl builder
-
synchronous
Sets whether synchronous processing should be strictly used. The option will be converted to a <code>boolean</code> type. Default: false Group: advanced- Specified by:
synchronousin interfaceThriftEndpointBuilderFactory.AdvancedThriftEndpointConsumerBuilder- Specified by:
synchronousin interfaceThriftEndpointBuilderFactory.AdvancedThriftEndpointProducerBuilder- Parameters:
synchronous- the value to set- Returns:
- the dsl builder
-