Interface ElasticsearchEndpointBuilderFactory.ElasticsearchBuilders

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

public static interface ElasticsearchEndpointBuilderFactory.ElasticsearchBuilders
  • Method Details

    • elasticsearch

      Elasticsearch (camel-elasticsearch) Send requests to ElasticSearch via Java Client API. Category: search,monitoring Since: 3.19 Maven coordinates: org.apache.camel:camel-elasticsearch
      Returns:
      the dsl builder for the headers' name.
    • elasticsearch

      Elasticsearch (camel-elasticsearch) Send requests to ElasticSearch via Java Client API. Category: search,monitoring Since: 3.19 Maven coordinates: org.apache.camel:camel-elasticsearch Syntax: elasticsearch:clusterName Path parameter: clusterName (required) Name of the cluster
      Parameters:
      path - clusterName
      Returns:
      the dsl builder
    • elasticsearch

      Elasticsearch (camel-elasticsearch) Send requests to ElasticSearch via Java Client API. Category: search,monitoring Since: 3.19 Maven coordinates: org.apache.camel:camel-elasticsearch Syntax: elasticsearch: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