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.ThriftEndpointBuilder
basic()
default ThriftEndpointBuilderFactory.AdvancedThriftEndpointBuilder
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).default ThriftEndpointBuilderFactory.AdvancedThriftEndpointBuilder
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).-
Methods inherited from interface org.apache.camel.builder.EndpointConsumerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, getUri
-
Methods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, expr, getUri
-
Methods inherited from interface org.apache.camel.builder.endpoint.dsl.ThriftEndpointBuilderFactory.AdvancedThriftEndpointConsumerBuilder
exceptionHandler, exceptionHandler, exchangePattern, exchangePattern
-
-
-
-
Method Detail
-
basic
default ThriftEndpointBuilderFactory.ThriftEndpointBuilder basic()
- Specified by:
basic
in interfaceThriftEndpointBuilderFactory.AdvancedThriftEndpointConsumerBuilder
- Specified by:
basic
in interfaceThriftEndpointBuilderFactory.AdvancedThriftEndpointProducerBuilder
-
synchronous
default ThriftEndpointBuilderFactory.AdvancedThriftEndpointBuilder synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). The option is a:boolean
type. Default: false Group: advanced- Specified by:
synchronous
in interfaceThriftEndpointBuilderFactory.AdvancedThriftEndpointConsumerBuilder
- Specified by:
synchronous
in interfaceThriftEndpointBuilderFactory.AdvancedThriftEndpointProducerBuilder
-
synchronous
default ThriftEndpointBuilderFactory.AdvancedThriftEndpointBuilder synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). The option will be converted to aboolean
type. Default: false Group: advanced- Specified by:
synchronous
in interfaceThriftEndpointBuilderFactory.AdvancedThriftEndpointConsumerBuilder
- Specified by:
synchronous
in interfaceThriftEndpointBuilderFactory.AdvancedThriftEndpointProducerBuilder
-
-