A framework which helps to implement the Observer pattern.
Go to file
Alexander Kozachenko 82ae73e80f 4.0.0-rc.9.0 - removed ISubscriber (#20)
Includes
- [x] #18
- [x] #19

Co-authored-by: Alexander Kozachenko <119358312+Alex-Kozachenko@users.noreply.github.com>
Reviewed-on: #20
2023-12-07 23:31:37 +00:00
docs 4.0.0-rc.9.0 - removed ISubscriber (#20) 2023-12-07 23:31:37 +00:00
pack 4.0.0-rc.9.0 - removed ISubscriber (#20) 2023-12-07 23:31:37 +00:00
src 4.0.0-rc.9.0 - removed ISubscriber (#20) 2023-12-07 23:31:37 +00:00
tests 4.0.0-rc.9.0 - removed ISubscriber (#20) 2023-12-07 23:31:37 +00:00
.gitignore added gitignore 2023-11-16 08:06:54 +03:00
Directory.Build.targets Fluent Translators (#11) 2023-11-30 16:04:49 +00:00
LICENSE Initial commit 2023-11-16 05:04:03 +00:00
Messaging.code-workspace Fluent Translators (#11) 2023-11-30 16:04:49 +00:00
Messaging.sln 4.0.0-rc.9.0 - removed ISubscriber (#20) 2023-12-07 23:31:37 +00:00
README.md 4.0.0-rc.9.0 - removed ISubscriber (#20) 2023-12-07 23:31:37 +00:00

README.md

ProSol.Messaging

Implements a message broker with ability to build a pipeline of listeners. The project consists of: