Interface ElasticsearchEndpointBuilderFactory.ElasticsearchBuilders

    • Method Detail

      • elasticsearchRest

        default ElasticsearchEndpointBuilderFactory.ElasticsearchHeaderNameBuilder elasticsearchRest()
        Elasticsearch Rest (camel-elasticsearch-rest) Send requests to ElasticSearch via REST API Category: search,monitoring Since: 2.21 Maven coordinates: org.apache.camel:camel-elasticsearch-rest
        Returns:
        the dsl builder for the headers' name.
      • elasticsearchRest

        @Deprecated
        default ElasticsearchEndpointBuilderFactory.ElasticsearchEndpointBuilder elasticsearchRest​(String path)
        Deprecated.
        Elasticsearch Rest (camel-elasticsearch-rest) Send requests to ElasticSearch via REST API Category: search,monitoring Since: 2.21 Maven coordinates: org.apache.camel:camel-elasticsearch-rest Syntax: elasticsearch-rest:clusterName Path parameter: clusterName (required) Name of the cluster
        Parameters:
        path - clusterName
        Returns:
        the dsl builder
      • elasticsearchRest

        @Deprecated
        default ElasticsearchEndpointBuilderFactory.ElasticsearchEndpointBuilder elasticsearchRest​(String componentName,
                                                                                                   String path)
        Deprecated.
        Elasticsearch Rest (camel-elasticsearch-rest) Send requests to ElasticSearch via REST API Category: search,monitoring Since: 2.21 Maven coordinates: org.apache.camel:camel-elasticsearch-rest Syntax: elasticsearch-rest:clusterName Path parameter: clusterName (required) Name of the cluster
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - clusterName
        Returns:
        the dsl builder