Skip to main content

Module source

Module source 

Source
Expand description

Event sources — adapters that produce events from external signals

EventSource defines a standard interface for components that generate events on a schedule, from webhooks, or from metric thresholds. Sources emit events through a sender channel that the EventBus or Broker can consume.

Structs§

CronSource
Event source that emits events on a fixed interval

Traits§

EventSource
Trait for event sources