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