Skip to content

EventBus

The EventBus acts as the transport layer of Argo-Events by connecting the EventSources and Sensors.

EventSources publish the events while the Sensors subscribe to the events to execute triggers.

There are three implementations of the EventBus: NATS (deprecated), Jetstream, and Kafka.

Back to top