Interface OpensearchEndpointBuilderFactory.OpensearchBuilders

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

public static interface OpensearchEndpointBuilderFactory.OpensearchBuilders
  • Method Details

    • opensearch

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

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

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