Interface ConsulEndpointBuilderFactory.ConsulBuilders

    • Method Detail

      • consul

        default ConsulEndpointBuilderFactory.ConsulEndpointBuilder consul​(String path)
        Consul (camel-consul) Integrate with Consul service discovery and configuration store. Category: cloud,api Since: 2.18 Maven coordinates: org.apache.camel:camel-consul Syntax: consul:apiEndpoint Path parameter: apiEndpoint (required) The API endpoint
        Parameters:
        path - apiEndpoint
      • consul

        default ConsulEndpointBuilderFactory.ConsulEndpointBuilder consul​(String componentName,
                                                                          String path)
        Consul (camel-consul) Integrate with Consul service discovery and configuration store. Category: cloud,api Since: 2.18 Maven coordinates: org.apache.camel:camel-consul Syntax: consul:apiEndpoint Path parameter: apiEndpoint (required) The API endpoint
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - apiEndpoint