Interface EtcdStatsEndpointBuilderFactory.EtcdStatsBuilders

    • Method Detail

      • etcdStats

        default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointBuilder etcdStats​(String path)
        Etcd Stats (camel-etcd) Access etcd cluster statistcs. Category: clustering,database Since: 2.18 Maven coordinates: org.apache.camel:camel-etcd Syntax: etcd-stats:path Path parameter: path The path the endpoint refers to
        Parameters:
        path - path
      • etcdStats

        default EtcdStatsEndpointBuilderFactory.EtcdStatsEndpointBuilder etcdStats​(String componentName,
                                                                                   String path)
        Etcd Stats (camel-etcd) Access etcd cluster statistcs. Category: clustering,database Since: 2.18 Maven coordinates: org.apache.camel:camel-etcd Syntax: etcd-stats: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