Interface EtcdKeysEndpointBuilderFactory.EtcdKeysBuilders

    • Method Detail

      • etcdKeys

        default EtcdKeysEndpointBuilderFactory.EtcdKeysEndpointBuilder etcdKeys​(String path)
        Etcd Keys (camel-etcd) Get, set or delete keys in etcd key-value store. Category: clustering,database Since: 2.18 Maven coordinates: org.apache.camel:camel-etcd Syntax: etcd-keys:path Path parameter: path The path the endpoint refers to
        Parameters:
        path - path
        Returns:
        the dsl builder
      • etcdKeys

        default EtcdKeysEndpointBuilderFactory.EtcdKeysEndpointBuilder etcdKeys​(String componentName,
                                                                                String path)
        Etcd Keys (camel-etcd) Get, set or delete keys in etcd key-value store. Category: clustering,database Since: 2.18 Maven coordinates: org.apache.camel:camel-etcd Syntax: etcd-keys: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