Skip to content

🚸 Event Bus can be considered as a global way to transport messages or events to make them accessible from any place within the application.

Notifications You must be signed in to change notification settings

kaiquye/event-bus-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

event-bus 🏗️

Event Bus can be considered as a global way to transport messages or events to make them accessible from any place within the application.

Publish–subscribe is a messaging pattern through which message senders, called "publishers", do not program the messages to be sent directly to specific receivers, called "subscribers". Instead, they classify published messages without knowledge of which subscribers sent them.

About

🚸 Event Bus can be considered as a global way to transport messages or events to make them accessible from any place within the application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published