Interface ElasticsearchRestEndpointBuilderFactory.ElasticsearchRestBuilders

    • Method Detail

      • elasticsearchRest

        @Deprecated
        default ElasticsearchRestEndpointBuilderFactory.ElasticsearchRestEndpointBuilder 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 ElasticsearchRestEndpointBuilderFactory.ElasticsearchRestEndpointBuilder 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