Interface DnsEndpointBuilderFactory.DnsBuilders

    • Method Detail

      • dns

        default DnsEndpointBuilderFactory.DnsEndpointBuilder dns​(String path)
        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. The value can be one of: dig, ip, lookup, wikipedia
        Parameters:
        path - dnsType
      • dns

        default DnsEndpointBuilderFactory.DnsEndpointBuilder dns​(String componentName,
                                                                 String path)
        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. 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 name
        path - dnsType