public static interface AvroEndpointBuilderFactory.AdvancedAvroEndpointBuilder extends AvroEndpointBuilderFactory.AdvancedAvroEndpointConsumerBuilder, AvroEndpointBuilderFactory.AdvancedAvroEndpointProducerBuilder
| Modifier and Type | Method and 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).
|
exceptionHandler, exceptionHandler, exchangePattern, exchangePatterndoSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, getUridefault AvroEndpointBuilderFactory.AvroEndpointBuilder basic()
basic in interface AvroEndpointBuilderFactory.AdvancedAvroEndpointConsumerBuilderbasic in interface AvroEndpointBuilderFactory.AdvancedAvroEndpointProducerBuilderdefault AvroEndpointBuilderFactory.AdvancedAvroEndpointBuilder synchronous(boolean synchronous)
synchronous in interface AvroEndpointBuilderFactory.AdvancedAvroEndpointConsumerBuildersynchronous in interface AvroEndpointBuilderFactory.AdvancedAvroEndpointProducerBuildersynchronous - the value to setdefault AvroEndpointBuilderFactory.AdvancedAvroEndpointBuilder synchronous(String synchronous)
synchronous in interface AvroEndpointBuilderFactory.AdvancedAvroEndpointConsumerBuildersynchronous in interface AvroEndpointBuilderFactory.AdvancedAvroEndpointProducerBuildersynchronous - the value to setApache Camel