DNS

DNS

Description: This is a component for Camel to run DNS queries using DNSJava.
Scheme: dns
Syntax: dns:dnsType
Maven: org.apache.camel/camel-dns/2.16.1
Name Kind Group Required Default Type Enum Description
dnsType path producer true org.apache.camel.component.dns.DnsType dig
ip
lookup
wikipedia
The type of the lookup.
exchangePattern parameter advanced InOnly org.apache.camel.ExchangePattern InOnly
RobustInOnly
InOut
InOptionalOut
OutOnly
RobustOutOnly
OutIn
OutOptionalIn
Sets the default exchange pattern when creating an exchange
synchronous parameter advanced false boolean Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).