2 Home
gitea_admin edited this page 2026-03-11 14:40:44 +00:00

Timer Source

Produces periodic messages with a custom payload.

Metadata

Property Value
Type source
Group Timer
Namespace Scheduling
Support Level Stable
Provider Apache Software Foundation

Properties

Name Type Required Default Description
period integer 1000 The interval (in milliseconds) to wait between producing the next message.
message string The message to generate.
contentType string text/plain The content type of the generated message.
repeatCount integer Specifies a maximum limit of number of fires

Dependencies

  • camel:core
  • camel:timer
  • camel:kamelet