第 78 章 Timer Source
Produces periodic messages with a custom payload.
78.1. Configuration Options 复制链接链接已复制到粘贴板!
The following table summarizes the configuration options available for the timer-source Kamelet:
| Property | Name | Description | Type | Default | Example |
|---|---|---|---|---|---|
| message * | Message | The message to generate. | string | hello world | |
| contentType | Content Type | The content type of the generated message. | string | text/plain | |
| period | Period | The interval (in milliseconds) to wait between producing the next message. | integer | 1000 | |
| repeatCount | Repeat Count | Specifies a maximum limit of number of fires | integer |
* = Fields marked with an asterisk are mandatory.