mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-17 04:59:21 +00:00
title, category, language, tag
| title | category | language | tag | |
|---|---|---|---|---|
| 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.
