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 aed5cdf  Regen for commit 3fab6b02287517836075450a3cc339251447232b 
(#5606)
aed5cdf is described below

commit aed5cdf22e505782940bcbc213b3ebb28e529837
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri May 28 06:20:40 2021 +0200

    Regen for commit 3fab6b02287517836075450a3cc339251447232b (#5606)
    
    Signed-off-by: GitHub <[email protected]>
    
    Co-authored-by: jeremyross <[email protected]>
---
 .../org/apache/camel/catalog/docs/ftp-component.adoc  | 19 ++++++++++++++++---
 docs/components/modules/ROOT/pages/ftp-component.adoc | 19 ++++++++++++++++---
 2 files changed, 32 insertions(+), 6 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/ftp-component.adoc
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/ftp-component.adoc
index 97ffce6..22c3855 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/ftp-component.adoc
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/ftp-component.adoc
@@ -372,9 +372,7 @@ used as the filename instead.
 This header is set by Camel and its purpose is providing end-users the
 name of the file that was written.
 
-|`CamelFileIndex` |Current index out of total number of files being consumed 
in this batch.
-
-|`CamelFileSize` |Total number of files being consumed in this batch.
+|`CamelFileNameConsumed` |The file name of the file consumed
 
 |`CamelFileHost` |The remote hostname.
 
@@ -393,6 +391,21 @@ In addition the FTP/FTPS consumer and producer will enrich 
the Camel
 |`CamelFtpReplyString` |The FTP client reply string
 |=======================================================================
 
+== Exchange Properties
+
+Camel sets the following exchange properties
+
+[width="100%",cols="50%,50%",options="header",]
+|=======================================================================
+|Header |Description
+
+|`CamelBatchIndex` |Current index out of total number of files being consumed 
in this batch.
+
+|`CamelBatchSize` |Total number of files being consumed in this batch.
+
+|`CamelBatchComplete` |True if there are no more files in this batch.
+|=======================================================================
+
 == About timeouts
 
 The two set of libraries (see top) has different API for setting
diff --git a/docs/components/modules/ROOT/pages/ftp-component.adoc 
b/docs/components/modules/ROOT/pages/ftp-component.adoc
index 627adf2..d56d79b 100644
--- a/docs/components/modules/ROOT/pages/ftp-component.adoc
+++ b/docs/components/modules/ROOT/pages/ftp-component.adoc
@@ -374,9 +374,7 @@ used as the filename instead.
 This header is set by Camel and its purpose is providing end-users the
 name of the file that was written.
 
-|`CamelFileIndex` |Current index out of total number of files being consumed 
in this batch.
-
-|`CamelFileSize` |Total number of files being consumed in this batch.
+|`CamelFileNameConsumed` |The file name of the file consumed
 
 |`CamelFileHost` |The remote hostname.
 
@@ -395,6 +393,21 @@ In addition the FTP/FTPS consumer and producer will enrich 
the Camel
 |`CamelFtpReplyString` |The FTP client reply string
 |=======================================================================
 
+== Exchange Properties
+
+Camel sets the following exchange properties
+
+[width="100%",cols="50%,50%",options="header",]
+|=======================================================================
+|Header |Description
+
+|`CamelBatchIndex` |Current index out of total number of files being consumed 
in this batch.
+
+|`CamelBatchSize` |Total number of files being consumed in this batch.
+
+|`CamelBatchComplete` |True if there are no more files in this batch.
+|=======================================================================
+
 == About timeouts
 
 The two set of libraries (see top) has different API for setting

Reply via email to