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