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.