Interface AvroEndpointBuilderFactory.AdvancedAvroEndpointBuilder
-
- All Superinterfaces:
AvroEndpointBuilderFactory.AdvancedAvroEndpointConsumerBuilder
,AvroEndpointBuilderFactory.AdvancedAvroEndpointProducerBuilder
,org.apache.camel.builder.EndpointConsumerBuilder
,org.apache.camel.EndpointConsumerResolver
,org.apache.camel.builder.EndpointProducerBuilder
,org.apache.camel.EndpointProducerResolver
- Enclosing interface:
- AvroEndpointBuilderFactory
public static interface AvroEndpointBuilderFactory.AdvancedAvroEndpointBuilder extends AvroEndpointBuilderFactory.AdvancedAvroEndpointConsumerBuilder, AvroEndpointBuilderFactory.AdvancedAvroEndpointProducerBuilder
Advanced builder for endpoint for the Avro RPC component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default AvroEndpointBuilderFactory.AvroEndpointBuilder
basic()
default AvroEndpointBuilderFactory.AdvancedAvroEndpointBuilder
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).default AvroEndpointBuilderFactory.AdvancedAvroEndpointBuilder
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.endpoint.dsl.AvroEndpointBuilderFactory.AdvancedAvroEndpointConsumerBuilder
exceptionHandler, exceptionHandler, exchangePattern, exchangePattern
-
Methods inherited from interface org.apache.camel.builder.EndpointConsumerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, getUri
-
-
-
-
Method Detail
-
basic
default AvroEndpointBuilderFactory.AvroEndpointBuilder basic()
- Specified by:
basic
in interfaceAvroEndpointBuilderFactory.AdvancedAvroEndpointConsumerBuilder
- Specified by:
basic
in interfaceAvroEndpointBuilderFactory.AdvancedAvroEndpointProducerBuilder
-
synchronous
default AvroEndpointBuilderFactory.AdvancedAvroEndpointBuilder 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 interfaceAvroEndpointBuilderFactory.AdvancedAvroEndpointConsumerBuilder
- Specified by:
synchronous
in interfaceAvroEndpointBuilderFactory.AdvancedAvroEndpointProducerBuilder
-
synchronous
default AvroEndpointBuilderFactory.AdvancedAvroEndpointBuilder 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 interfaceAvroEndpointBuilderFactory.AdvancedAvroEndpointConsumerBuilder
- Specified by:
synchronous
in interfaceAvroEndpointBuilderFactory.AdvancedAvroEndpointProducerBuilder
-
-