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