Files
showbridge-docs/src/content/docs/modules/generator/interval.md
T
2025-12-03 22:58:40 -06:00

338 B

title, sidebar
title sidebar
Interval
order
2

The interval module emits a message at a specified duration

  • type: gen.interval
  • params:
    • duration: time in milliseconds between messsages

Example snippet

Emits a message every 3 seconds

- id: every3Secs
  type: gen.interval
    params:
      duration: 3000