Interface ElasticsearchRestClientEndpointBuilderFactory.ElasticsearchRestClientBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
ElasticsearchRestClientEndpointBuilderFactory

public static interface ElasticsearchRestClientEndpointBuilderFactory.ElasticsearchRestClientBuilders
  • Method Details

    • elasticsearchRestClient

      Elasticsearch Low level Rest Client (camel-elasticsearch-rest-client) Perform queries and other operations on Elasticsearch or OpenSearch (uses low-level client). Category: search Since: 4.3 Maven coordinates: org.apache.camel:camel-elasticsearch-rest-client
      Returns:
      the dsl builder for the headers' name.
    • elasticsearchRestClient

      Elasticsearch Low level Rest Client (camel-elasticsearch-rest-client) Perform queries and other operations on Elasticsearch or OpenSearch (uses low-level client). Category: search Since: 4.3 Maven coordinates: org.apache.camel:camel-elasticsearch-rest-client Syntax: elasticsearch-rest-client:clusterName Path parameter: clusterName (required) Cluster Name
      Parameters:
      path - clusterName
      Returns:
      the dsl builder
    • elasticsearchRestClient

      Elasticsearch Low level Rest Client (camel-elasticsearch-rest-client) Perform queries and other operations on Elasticsearch or OpenSearch (uses low-level client). Category: search Since: 4.3 Maven coordinates: org.apache.camel:camel-elasticsearch-rest-client Syntax: elasticsearch-rest-client:clusterName Path parameter: clusterName (required) Cluster Name
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - clusterName
      Returns:
      the dsl builder