BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
6 / 18 · Module 9 — API-Led Architecture · filtered: cheatsheet← prev⊞ allnext →

9.44APIs vs messaging

API-led doesn't mean:

Everything must use synchronous HTTP.

A Process API might:

accept request
↓
publish event to queue
↓
return 202

System integrations may consume events.

So:

API-led

and:

event-driven

can coexist.

We'll dig into this in Module 10.