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.
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.