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