3303-flashcards/hATaBiZQ - 3303/khnWRGZC - What is the difference between Broadcast and Subscription message patterns.md
2026-04-20 23:08:47 -04:00

306 B

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.