Info
Version: | 4.0.0-beta04 |
Author(s): | Mohammad Ruhul Amin |
Last Update: | Sunday, July 4, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Bolt.RequestBus |
Install
Install-Package Bolt.RequestBus
dotnet add package Bolt.RequestBus
paket add Bolt.RequestBus
Bolt.RequestBus Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.4)
- Microsoft.Extensions.Logging(>= 3.1.4)
- Microsoft.Extensions.Logging.Abstractions(>= 3.1.4)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.4)
- Microsoft.Extensions.Logging(>= 3.1.4)
- Microsoft.Extensions.Logging.Abstractions(>= 3.1.4)
Very handy if you like to selective execution of handler based on condition e.g. tenant/logged in user etc.
For more details check readme file and tests in source code.