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