Skip to content

A general-purpose message queue to decouple application components in C#.

License

Notifications You must be signed in to change notification settings

jnagykuhlen/NotificationFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

NotificationFlow is a general-purpose message queue implementation in C#. It can be used to decouple application components by providing a central entity, the Notification Manager, which acts as a mediator. Notifications sent to the system are delivered to all components that subscribed for the particular notification type, not requiring the application components to explicitly referencing each other anymore. This is useful e.g. for processing game events, but by no means limited to this application field. Currently, the project only supports synchronous message flow, but may be extended to use multiple threads for parallel message processing in the future.

About

A general-purpose message queue to decouple application components in C#.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages