MassLab.Common.Messaging
1.0.3
dotnet add package MassLab.Common.Messaging --version 1.0.3
NuGet\Install-Package MassLab.Common.Messaging -Version 1.0.3
<PackageReference Include="MassLab.Common.Messaging" Version="1.0.3" />
<PackageVersion Include="MassLab.Common.Messaging" Version="1.0.3" />
<PackageReference Include="MassLab.Common.Messaging" />
paket add MassLab.Common.Messaging --version 1.0.3
#r "nuget: MassLab.Common.Messaging, 1.0.3"
#:package MassLab.Common.Messaging@1.0.3
#addin nuget:?package=MassLab.Common.Messaging&version=1.0.3
#tool nuget:?package=MassLab.Common.Messaging&version=1.0.3
Messaging abstractions (IEventBus, IIntegrationEvent, IIntegrationEventHandler) for the MassLab framework. Provider-agnostic.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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. |
-
net10.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Options (>= 8.0.0)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on MassLab.Common.Messaging:
| Package | Downloads |
|---|---|
|
MassLab.Common.Messaging.RabbitMQ
RabbitMQ IEventBus implementation (topic exchange + DLQ helper) for the MassLab framework. |
|
|
MassLab.Common.Messaging.InMemory
In-memory IEventBus implementation (single-process pub/sub via System.Threading.Channels) for the MassLab framework. |
|
|
MassLab.Common.Outbox
Transactional outbox pattern for the MassLab framework. Captures domain events into an EFCore-managed outbox table inside the same transaction, then dispatches them via IEventBus. |
|
|
MassLab.Common.Messaging.Kafka
Apache Kafka IEventBus implementation (consumer group + commit-after-success) for the MassLab framework. |
GitHub repositories
This package is not used by any popular GitHub repositories.