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
All Methods Instance Methods Default Methods Modifier and Type Method Description default ThriftEndpointBuilderFactory.ThriftEndpointBuilderbasic()default ThriftEndpointBuilderFactory.AdvancedThriftEndpointBuildersynchronous(boolean synchronous)Sets whether synchronous processing should be strictly used.default ThriftEndpointBuilderFactory.AdvancedThriftEndpointBuildersynchronous(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.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUri
-
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 Detail
-
basic
default ThriftEndpointBuilderFactory.ThriftEndpointBuilder basic()
- Specified by:
basicin interfaceThriftEndpointBuilderFactory.AdvancedThriftEndpointConsumerBuilder- Specified by:
basicin interfaceThriftEndpointBuilderFactory.AdvancedThriftEndpointProducerBuilder
-
synchronous
default ThriftEndpointBuilderFactory.AdvancedThriftEndpointBuilder synchronous(boolean 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
default ThriftEndpointBuilderFactory.AdvancedThriftEndpointBuilder synchronous(String 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
-
-