Uses of Interface
org.apache.camel.builder.endpoint.dsl.JcloudsEndpointBuilderFactory.AdvancedJcloudsEndpointBuilder
-
Packages that use JcloudsEndpointBuilderFactory.AdvancedJcloudsEndpointBuilder Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of JcloudsEndpointBuilderFactory.AdvancedJcloudsEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return JcloudsEndpointBuilderFactory.AdvancedJcloudsEndpointBuilder Modifier and Type Method Description default JcloudsEndpointBuilderFactory.AdvancedJcloudsEndpointBuilder
JcloudsEndpointBuilderFactory.JcloudsEndpointBuilder. advanced()
default JcloudsEndpointBuilderFactory.AdvancedJcloudsEndpointBuilder
JcloudsEndpointBuilderFactory.AdvancedJcloudsEndpointBuilder. synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).default JcloudsEndpointBuilderFactory.AdvancedJcloudsEndpointBuilder
JcloudsEndpointBuilderFactory.AdvancedJcloudsEndpointBuilder. synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).
-