Interface GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder
,org.apache.camel.EndpointConsumerResolver
,org.apache.camel.builder.EndpointProducerBuilder
,org.apache.camel.EndpointProducerResolver
,GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointConsumerBuilder
,GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointProducerBuilder
- Enclosing interface:
- GooglePubsubEndpointBuilderFactory
public static interface GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointBuilder extends GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointConsumerBuilder, GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointProducerBuilder
Advanced builder for endpoint for the Google Pubsub component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder
basic()
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).-
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.GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointConsumerBuilder
exceptionHandler, exceptionHandler, exchangePattern, exchangePattern
-
Methods inherited from interface org.apache.camel.builder.endpoint.dsl.GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointProducerBuilder
serializer, serializer
-
-
-
-
Method Detail
-
basic
default GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder basic()
- Specified by:
basic
in interfaceGooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointConsumerBuilder
- Specified by:
basic
in interfaceGooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointProducerBuilder
-
synchronous
default GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointBuilder 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 interfaceGooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointConsumerBuilder
- Specified by:
synchronous
in interfaceGooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointProducerBuilder
-
synchronous
default GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointBuilder 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 interfaceGooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointConsumerBuilder
- Specified by:
synchronous
in interfaceGooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointProducerBuilder
-
-