This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new bf9fa80976f camel-elasticsearch-rest-client: Add header details to component documentation (#14422) bf9fa80976f is described below commit bf9fa80976f061c34e5ddc478c539dbbc5c85e99 Author: James Netherton <jamesnether...@users.noreply.github.com> AuthorDate: Fri Jun 7 15:59:02 2024 +0100 camel-elasticsearch-rest-client: Add header details to component documentation (#14422) --- .../src/main/docs/elasticsearch-rest-client-component.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/camel-elasticsearch-rest-client/src/main/docs/elasticsearch-rest-client-component.adoc b/components/camel-elasticsearch-rest-client/src/main/docs/elasticsearch-rest-client-component.adoc index ab1fec9e2d9..53dafe39a63 100644 --- a/components/camel-elasticsearch-rest-client/src/main/docs/elasticsearch-rest-client-component.adoc +++ b/components/camel-elasticsearch-rest-client/src/main/docs/elasticsearch-rest-client-component.adoc @@ -49,6 +49,10 @@ include::partial$component-endpoint-options.adoc[] // endpoint options: END +// component headers: START +include::partial$component-endpoint-headers.adoc[] +// component headers: END + == Async Producer This component implements the async producer.