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