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