10 lines
No EOL
306 B
Markdown
10 lines
No EOL
306 B
Markdown
|
|
What is the difference between **Broadcast** and **Subscription** message patterns?
|
|
|
|
---
|
|
|
|
📡
|
|
|
|
- **Broadcast**: Messages are sent to **everyone**; recipients must filter out what they don't want.
|
|
- **Subscription**: Recipients **register** for specific messages; they only receive what they asked for.
|
|
|