Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.Ce contenu n'est pas disponible dans la langue sélectionnée.
10.4. Configuring the Polling Interval
Overview Copier lienLien copié sur presse-papiers!
Scheduling the first poll Copier lienLien copié sur presse-papiers!
firstTime
attribute. The firstTime
attribute specifies a date using the standard xsd:date format of YYYY-MM-DD
. For example, you would specify April 1, 2025 as 2025-04-01
. The first polling attempt will be made at 00:00:00 GMT on the specified date.
Example 10.5. Poller endpoint with a scheduled start time
Delaying the first poll Copier lienLien copié sur presse-papiers!
delay
attribute which specifies the delay interval in milliseconds.
Example 10.6. Poller endpoint with a delayed start time
Configuring the polling interval Copier lienLien copié sur presse-papiers!
period
attribute. The period
attribute specifies the number of milliseconds the endpoint waits between polling attempts.
Example 10.7. Poller Endpoint with a thirty second polling interval