mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-18 11:25:50 +00:00
464 B
464 B
layout, title, folder, permalink, categories, tags
| layout | title | folder | permalink | categories | tags | ||
|---|---|---|---|---|---|---|---|
| pattern | Publish Subscribe | publish-subscribe | /patterns/publish-subscribe/ | Integration |
|
Intent: Broadcast messages from sender to all the interested receivers.
Applicability: Use the Publish Subscribe Channel pattern when
- two or more applications need to communicate using a messaging system for broadcasts.
