Muonroi.Messaging.Abstractions
1.0.0-alpha.18
See the version list below for details.
dotnet add package Muonroi.Messaging.Abstractions --version 1.0.0-alpha.18
NuGet\Install-Package Muonroi.Messaging.Abstractions -Version 1.0.0-alpha.18
<PackageReference Include="Muonroi.Messaging.Abstractions" Version="1.0.0-alpha.18" />
<PackageVersion Include="Muonroi.Messaging.Abstractions" Version="1.0.0-alpha.18" />
<PackageReference Include="Muonroi.Messaging.Abstractions" />
paket add Muonroi.Messaging.Abstractions --version 1.0.0-alpha.18
#r "nuget: Muonroi.Messaging.Abstractions, 1.0.0-alpha.18"
#:package Muonroi.Messaging.Abstractions@1.0.0-alpha.18
#addin nuget:?package=Muonroi.Messaging.Abstractions&version=1.0.0-alpha.18&prerelease
#tool nuget:?package=Muonroi.Messaging.Abstractions&version=1.0.0-alpha.18&prerelease
Muonroi.Messaging.Abstractions
Description
Provides core abstractions for asynchronous message passing, event publishing, and distributed messaging.
Features
- Standardized interfaces for
IMessageBusand event handlers. - Strongly typed message contracts.
- Independent of underlying transport mechanisms.
Minimal Usage
public interface IUserCreatedEvent : IEvent { }
public class UserCreatedEventHandler : IEventHandler<IUserCreatedEvent>
{
public Task HandleAsync(IUserCreatedEvent @event, CancellationToken cancellationToken)
{
// Handle event
}
}
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Muonroi.Core (>= 1.0.0-alpha.18)
- Muonroi.Core.Abstractions (>= 1.0.0-alpha.18)
- Muonroi.Mediator (>= 1.0.0-alpha.18)
- Muonroi.Tenancy.Abstractions (>= 1.0.0-alpha.18)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Muonroi.Messaging.Abstractions:
| Package | Downloads |
|---|---|
|
Muonroi.Data.EntityFrameworkCore
Entity Framework Core infrastructure for Muonroi: MDbContext with audit, soft-delete, multi-tenant filters, and repository base. |
|
|
Muonroi.RuleEngine.Runtime
Runtime orchestration layer for Muonroi RuleEngine, providing execution pipelines and integration points for rule evaluation services. |
|
|
Muonroi.Caching.Redis
Package Description |
|
|
Muonroi.Data.EntityFrameworkCore.Events
Event dispatch, outbox persistence, and saga support for Muonroi Data.EntityFrameworkCore. Adds Mediator and Messaging integration on top of the persistence-only core. |
|
|
Muonroi.Messaging.MassTransit
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.0.2 | 486 | 8/26/2026 |
| 2.0.1 | 372 | 8/26/2026 |
| 2.0.0 | 391 | 8/14/2026 |
| 1.0.0-alpha.18 | 128 | 8/14/2026 |