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