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, getUri
Methods inherited from interface org.apache.camel.EndpointConsumerResolver
resolve, resolve
Methods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUri
Methods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolve
Methods inherited from interface org.apache.camel.builder.endpoint.dsl.ThriftEndpointBuilderFactory.AdvancedThriftEndpointConsumerBuilder
bridgeErrorHandler, bridgeErrorHandler, exceptionHandler, exceptionHandler, exchangePattern, exchangePattern
Methods inherited from interface org.apache.camel.builder.endpoint.dsl.ThriftEndpointBuilderFactory.AdvancedThriftEndpointProducerBuilder
lazyStartProducer, lazyStartProducer
-
Method Details
-
basic
- Specified by:
basic
in interfaceThriftEndpointBuilderFactory.AdvancedThriftEndpointConsumerBuilder
- Specified by:
basic
in interfaceThriftEndpointBuilderFactory.AdvancedThriftEndpointProducerBuilder
-
synchronous
Sets whether synchronous processing should be strictly used. The option is a:boolean
type. Default: false Group: advanced- Specified by:
synchronous
in interfaceThriftEndpointBuilderFactory.AdvancedThriftEndpointConsumerBuilder
- Specified by:
synchronous
in 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 aboolean
type. Default: false Group: advanced- Specified by:
synchronous
in interfaceThriftEndpointBuilderFactory.AdvancedThriftEndpointConsumerBuilder
- Specified by:
synchronous
in interfaceThriftEndpointBuilderFactory.AdvancedThriftEndpointProducerBuilder
- Parameters:
synchronous
- the value to set- Returns:
- the dsl builder
-