Salesforce Platform Events Explained | Event Driven Architecture | Publisher, Subscriber & Event Bus
SR TheCoder
0:00 / 0:00
Salesforce Platform Events Explained | Event Driven Architecture | Publisher, Subscriber & Event Bus
29 просмотров · 4 недели назад
SR TheCoder
11 подписчиков
29 просмотров · 4 недели назад
What are Platform Events in Salesforce and how do they fit into an Event-Driven Architecture? In this video, we break down the core concepts, architecture, and use cases of Salesforce Platform Events without getting lost in a coding demo.
If you are a Salesforce Developer or Architect trying to figure out how to decouple your systems, reduce point-to-point integration complexity, and implement a reliable publish-subscribe (Pub/Sub) model, this overview is for you.
What we cover in this video:
What is an Event-Driven Architecture? (Producers, Event Bus, and Consumers)
The anatomy of a Platform Event (__e suffix vs standard sObjects)
How publishing and subscribing works at a high level
Real-world architectural use cases