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