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