Message Bus is a component provided from SecretNest.info, providing publishing subscription model support within one app.
Source code: https://github.com/SecretNest/MessageBus
License: MIT
Doc: https://messagebus.docs.secretnest.info/
Standard: netstandard 1.3
Packages:
- SecretNest.MessageBus.Abstractions: Abstractions for Message Bus from SecretNest.info. Imports this package when composing a component intended to be used to connect to Message Bus but do not hold the instance of the Message Bus itself. When the project contains the instance of Message Bus itself, imports SecretNest.MessageBus directly.
- SecretNest.MessageBus: Provides publishing subscription model support within one app. Imports this package when composing an app managing the instance of Message Bus. This package references SecretNest.MessageBus.Abstractions.
Copyright: SecretNest.info / Allen Cui