Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 449 Bytes

File metadata and controls

19 lines (12 loc) · 449 Bytes

Example 1

This example is a simple Pub/Sub pattern implementation, where the components talk to each other by publishing and subscribing to events through the mediator.

Mapping The Example to Structure

  • PubSub :: ConcreteMediator
  • ServicesClasses :: Component

UML

Example 1 UML Diagram

Files