Interface DnsEndpointBuilderFactory.DnsBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
,EndpointRouteConfigurationBuilder
- Enclosing interface:
DnsEndpointBuilderFactory
public static interface DnsEndpointBuilderFactory.DnsBuilders
-
Method Summary
Modifier and TypeMethodDescriptiondns()
DNS (camel-dns) Perform DNS queries using DNSJava.DNS (camel-dns) Perform DNS queries using DNSJava.DNS (camel-dns) Perform DNS queries using DNSJava.
-
Method Details
-
dns
DNS (camel-dns) Perform DNS queries using DNSJava. Category: networking Since: 2.7 Maven coordinates: org.apache.camel:camel-dns- Returns:
- the dsl builder for the headers' name.
-
dns
DNS (camel-dns) Perform DNS queries using DNSJava. Category: networking Since: 2.7 Maven coordinates: org.apache.camel:camel-dns Syntax:dns:dnsType
Path parameter: dnsType (required) The type of the lookup. There are 4 enums and the value can be one of: dig, ip, lookup, wikipedia- Parameters:
path
- dnsType- Returns:
- the dsl builder
-
dns
DNS (camel-dns) Perform DNS queries using DNSJava. Category: networking Since: 2.7 Maven coordinates: org.apache.camel:camel-dns Syntax:dns:dnsType
Path parameter: dnsType (required) The type of the lookup. There are 4 enums and the value can be one of: dig, ip, lookup, wikipedia- Parameters:
componentName
- to use a custom component name for the endpoint instead of the default namepath
- dnsType- Returns:
- the dsl builder
-