mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 14:58:39 +00:00
932836f68b
* update license plugin * suppress linelength and emptylineseparator rules * fix checkstyle error Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
layout, title, folder, permalink, categories, language, tags
| layout | title | folder | permalink | categories | language | tags | |
|---|---|---|---|---|---|---|---|
| pattern | EIP Publish Subscribe | eip-publish-subscribe | /patterns/eip-publish-subscribe/ | Integration | en |
|
Intent
Broadcast messages from sender to all the interested receivers.
Class diagram
Applicability
Use the Publish Subscribe Channel pattern when
- two or more applications need to communicate using a messaging system for broadcasts.
