Uses of Interface
org.apache.camel.builder.endpoint.dsl.GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointBuilder
-
Packages that use GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointBuilder Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointBuilder Modifier and Type Method Description default GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointBuilder
GooglePubsubEndpointBuilderFactory.GooglePubsubEndpointBuilder. advanced()
default GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointBuilder
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
GooglePubsubEndpointBuilderFactory.AdvancedGooglePubsubEndpointBuilder. synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).
-