在 Camel FTP 组件中可以在几分钟内完成 consumer.delay,我在哪里可以找到关于这个的文档

In Camel FTP component can take consumer.delay in minutes, where do I find the documentation on this

我正在使用 Apache Camel 2。14.x,ftp 组件 2.14

我可以在毫秒内指定 consumer.delay 选项。 但是,我可以看到一些用户也使用了分钟,即

"consumer.delay=15m"  -- meaning 15 minutes, 

是否有其他单位可用,例如秒、小时、天,我搜索了文档,但找不到这些单位的任何提及。

谁能告诉我正确的文档。 谢谢

请参阅 ftp 组件的文档

有个框说

More options

See File for more options as all the options from File is inherited.

所以去查看文件组件以获得更多选项

在消费者选项中,您可以找到延迟选项。

由于 ftp 消费者计划轮询,因此它有更高级的选项,这些选项记录在本页的 ScheduledPollConsumer 选项 部分:

有人类友好语法的文档:
http://camel.apache.org/how-do-i-specify-time-period-in-a-human-friendly-syntax.html

根据克劳斯·易卜生 (https://issues.apache.org/jira/browse/CAMEL-9930) 的说法:

All numeric values can be configured using that style.