mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-15 14:59:25 +00:00
4904d7eea0
* Add custom license header style in order to comply with Google's Checkstyle format * Update license headers to comply with Google's Checkstyle format
layout, title, folder, permalink, categories, tags
| layout | title | folder | permalink | categories | tags | |||
|---|---|---|---|---|---|---|---|---|
| pattern | EIP Publish Subscribe | eip-publish-subscribe | /patterns/eip-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.
