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.Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
10.4. Configuring the Polling Interval
Overview Link kopierenLink in die Zwischenablage kopiert!
Scheduling the first poll Link kopierenLink in die Zwischenablage kopiert!
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 Link kopierenLink in die Zwischenablage kopiert!
delay
attribute which specifies the delay interval in milliseconds.
Example 10.6. Poller endpoint with a delayed start time
Configuring the polling interval Link kopierenLink in die Zwischenablage kopiert!
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