public static interface GoogleSheetsEndpointBuilderFactory.AdvancedGoogleSheetsEndpointBuilder extends GoogleSheetsEndpointBuilderFactory.AdvancedGoogleSheetsEndpointConsumerBuilder, GoogleSheetsEndpointBuilderFactory.AdvancedGoogleSheetsEndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointBuilder |
basic() |
default GoogleSheetsEndpointBuilderFactory.AdvancedGoogleSheetsEndpointBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default GoogleSheetsEndpointBuilderFactory.AdvancedGoogleSheetsEndpointBuilder |
basicPropertyBinding(String basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default GoogleSheetsEndpointBuilderFactory.AdvancedGoogleSheetsEndpointBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default GoogleSheetsEndpointBuilderFactory.AdvancedGoogleSheetsEndpointBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
exceptionHandler, exceptionHandler, exchangePattern, exchangePattern, pollStrategy, pollStrategydoSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, getUridefault GoogleSheetsEndpointBuilderFactory.GoogleSheetsEndpointBuilder basic()
basic in interface GoogleSheetsEndpointBuilderFactory.AdvancedGoogleSheetsEndpointConsumerBuilderbasic in interface GoogleSheetsEndpointBuilderFactory.AdvancedGoogleSheetsEndpointProducerBuilderdefault GoogleSheetsEndpointBuilderFactory.AdvancedGoogleSheetsEndpointBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advancedbasicPropertyBinding in interface GoogleSheetsEndpointBuilderFactory.AdvancedGoogleSheetsEndpointConsumerBuilderbasicPropertyBinding in interface GoogleSheetsEndpointBuilderFactory.AdvancedGoogleSheetsEndpointProducerBuilderdefault GoogleSheetsEndpointBuilderFactory.AdvancedGoogleSheetsEndpointBuilder basicPropertyBinding(String basicPropertyBinding)
boolean type.
Default: false
Group: advancedbasicPropertyBinding in interface GoogleSheetsEndpointBuilderFactory.AdvancedGoogleSheetsEndpointConsumerBuilderbasicPropertyBinding in interface GoogleSheetsEndpointBuilderFactory.AdvancedGoogleSheetsEndpointProducerBuilderdefault GoogleSheetsEndpointBuilderFactory.AdvancedGoogleSheetsEndpointBuilder synchronous(boolean synchronous)
boolean type.
Default: false
Group: advancedsynchronous in interface GoogleSheetsEndpointBuilderFactory.AdvancedGoogleSheetsEndpointConsumerBuildersynchronous in interface GoogleSheetsEndpointBuilderFactory.AdvancedGoogleSheetsEndpointProducerBuilderdefault GoogleSheetsEndpointBuilderFactory.AdvancedGoogleSheetsEndpointBuilder synchronous(String synchronous)
boolean type.
Default: false
Group: advancedsynchronous in interface GoogleSheetsEndpointBuilderFactory.AdvancedGoogleSheetsEndpointConsumerBuildersynchronous in interface GoogleSheetsEndpointBuilderFactory.AdvancedGoogleSheetsEndpointProducerBuilderApache Camel