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

Last updated

Was this helpful?