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