Skip to content

Implemented the Publisher-Subscriber architectural design pattern in this Availability Demand System.

Notifications You must be signed in to change notification settings

AnujDharurkar/Availability-Demand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Availability-Demand System

Implemented the Publisher-Subscriber architectural design pattern in this Availability Demand System. For that, I have introduced a Singleton class called ‘Broker’ which will be the intermediary and handle all the events and data in the System. Interfaces are used for their abstract methods and they are implemented in respective classes. As the data was small enough, I didn’t use any complex data storing structures as it would complicate the system and code.

About

Implemented the Publisher-Subscriber architectural design pattern in this Availability Demand System.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages