public static interface GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointBuilder extends GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointConsumerBuilder, GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder |
basic() |
default GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointBuilder |
basicPropertyBinding(String basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointBuilder |
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 GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder basic()
basic in interface GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointConsumerBuilderbasic in interface GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointProducerBuilderdefault GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advancedbasicPropertyBinding in interface GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointConsumerBuilderbasicPropertyBinding in interface GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointProducerBuilderdefault GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointBuilder basicPropertyBinding(String basicPropertyBinding)
boolean type.
Default: false
Group: advancedbasicPropertyBinding in interface GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointConsumerBuilderbasicPropertyBinding in interface GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointProducerBuilderdefault GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointBuilder synchronous(boolean synchronous)
boolean type.
Default: false
Group: advancedsynchronous in interface GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointConsumerBuildersynchronous in interface GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointProducerBuilderdefault GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointBuilder synchronous(String synchronous)
boolean type.
Default: false
Group: advancedsynchronous in interface GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointConsumerBuildersynchronous in interface GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointProducerBuilderApache Camel