Interface EtcdWatchEndpointBuilderFactory.EtcdWatchBuilders

    • Method Detail

      • etcdWatch

        default EtcdWatchEndpointBuilderFactory.EtcdWatchEndpointBuilder etcdWatch​(String path)
        Etcd Watch (camel-etcd) Watch specific etcd keys or directories for changes. Category: clustering,database Since: 2.18 Maven coordinates: org.apache.camel:camel-etcd Syntax: etcd-watch:path Path parameter: path The path the endpoint refers to
        Parameters:
        path - path
        Returns:
        the dsl builder
      • etcdWatch

        default EtcdWatchEndpointBuilderFactory.EtcdWatchEndpointBuilder etcdWatch​(String componentName,
                                                                                   String path)
        Etcd Watch (camel-etcd) Watch specific etcd keys or directories for changes. Category: clustering,database Since: 2.18 Maven coordinates: org.apache.camel:camel-etcd Syntax: etcd-watch: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