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