Summary
A topic, identified by it’sslug, is the destination you send events to. Subscriptions are then attached to a topic, and consume the events that their given topic has recieved.
When sending an event, you send it to a single specific topic.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
slug, is the destination you send events to. Subscriptions are then attached to a topic, and consume the events that their given topic has recieved.
When sending an event, you send it to a single specific topic.
client.publish("topic-slug", event);