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