Interface Etcd3EndpointBuilderFactory.Etcd3Builders

    • Method Detail

      • etcd3

        default Etcd3EndpointBuilderFactory.Etcd3HeaderNameBuilder etcd3()
        Etcd v3 (camel-etcd3) Get, set, delete or watch keys in etcd key-value store. Category: clustering,database Since: 3.19 Maven coordinates: org.apache.camel:camel-etcd3
        Returns:
        the dsl builder for the headers' name.
      • etcd3

        default Etcd3EndpointBuilderFactory.Etcd3EndpointBuilder etcd3​(String path)
        Etcd v3 (camel-etcd3) Get, set, delete or watch keys in etcd key-value store. Category: clustering,database Since: 3.19 Maven coordinates: org.apache.camel:camel-etcd3 Syntax: etcd3:path Path parameter: path The path the endpoint refers to
        Parameters:
        path - path
        Returns:
        the dsl builder
      • etcd3

        default Etcd3EndpointBuilderFactory.Etcd3EndpointBuilder etcd3​(String componentName,
                                                                       String path)
        Etcd v3 (camel-etcd3) Get, set, delete or watch keys in etcd key-value store. Category: clustering,database Since: 3.19 Maven coordinates: org.apache.camel:camel-etcd3 Syntax: etcd3:path Path parameter: path The path the endpoint refers to
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - path
        Returns:
        the dsl builder