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§
- Cron
Source - Event source that emits events on a fixed interval
Traits§
- Event
Source - Trait for event sources