Publishing events
Sending, or publishing, and event is the first step in communicating with your application.user-created
event, which you send when someone signs up to your application. You may have some subscriptions like send-welcome-email
and check-spam-score
. These subscriptions will both get a copy of the event, where it will sit until acknowledged in future.
Scheduling events
You can schedule an event to be sent at a future time for a topic. This can be any time in the future, and the event will not be sent to subscribers until that date.The scheduled event will be sent to all subscribers present when it is scheduled for. If you add a subscriber inbetween after it has been sent, but before the scheduled time, it will be sent to that subscription.