FonRadar.Base.EventBus 1.0.7-beta

This is a prerelease version of FonRadar.Base.EventBus.
dotnet add package FonRadar.Base.EventBus --version 1.0.7-beta
NuGet\Install-Package FonRadar.Base.EventBus -Version 1.0.7-beta
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FonRadar.Base.EventBus" Version="1.0.7-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FonRadar.Base.EventBus --version 1.0.7-beta
#r "nuget: FonRadar.Base.EventBus, 1.0.7-beta"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FonRadar.Base.EventBus as a Cake Addin
#addin nuget:?package=FonRadar.Base.EventBus&version=1.0.7-beta&prerelease

// Install FonRadar.Base.EventBus as a Cake Tool
#tool nuget:?package=FonRadar.Base.EventBus&version=1.0.7-beta&prerelease

EventBus

FonRadar.Base

The EventBus library provides core requirements of eventing. They are listed below:

ISubscriptionManager

SubscriptionManager helps to matching events and their handlers and finding all registered handlers by event.

Usage

To use this library, you should follow the below steps.

Add to project

You need to add the package to your project with using following command:

dotnet add package FonRadar.Base.EventBus

Also you can use Nuget UI on your IDE to get the EventBus library.

Required Namaspace

You must be sure the below namespace already decleared in your code file.

using FonRadar.Base.EventBus

Dependency Registration

services.AddEventBus();

After call the AddEventBus() it returns IEventBusServiceCollection that can be using to specialize service registration methods.

The IEventBusServiceCollection is inherited from IServiceCollection.

Also this way is easy to register internal dependencies.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on FonRadar.Base.EventBus:

Package Downloads
FonRadar.Base.EventBus.Kafka

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.7-beta 3,892 3/22/2023
1.0.6-beta 1,439 2/27/2023
1.0.5-beta 123 2/24/2023
1.0.4-beta 109 2/14/2023
1.0.3-beta 101 2/14/2023
1.0.2-beta 99 2/14/2023
1.0.1-beta 96 2/14/2023
1.0.0-beta 141 1/16/2023