IronAlpine.Eventbus.Contracts
2.2.0
dotnet add package IronAlpine.Eventbus.Contracts --version 2.2.0
NuGet\Install-Package IronAlpine.Eventbus.Contracts -Version 2.2.0
<PackageReference Include="IronAlpine.Eventbus.Contracts" Version="2.2.0" />
<PackageVersion Include="IronAlpine.Eventbus.Contracts" Version="2.2.0" />
<PackageReference Include="IronAlpine.Eventbus.Contracts" />
paket add IronAlpine.Eventbus.Contracts --version 2.2.0
#r "nuget: IronAlpine.Eventbus.Contracts, 2.2.0"
#:package IronAlpine.Eventbus.Contracts@2.2.0
#addin nuget:?package=IronAlpine.Eventbus.Contracts&version=2.2.0
#tool nuget:?package=IronAlpine.Eventbus.Contracts&version=2.2.0
IronAlpine.Eventbus.Contracts
Contracts, interfaces, and message entities for the IronAlpine event bus.
This package contains only the abstractions — no Kafka, no EFCore, no infrastructure code.
Depend on this package when you need to publish integration events or inject IOutboxStore
in your application layer, without taking a dependency on the Kafka infrastructure package.
Included
IIntegrationEvent/IntegrationEventBase— integration event abstractionIEventBus— fire-and-forget publish interfaceIOutboxStore/IInboxStore— transactional outbox/inbox store contractsIDeadLetterStore/IReplayService— dead-letter and replay contractsIEventTopologyBuilder/IEventTopologyRegistry— topology registration contracts- Message entity types:
OutboxMessageEntity,InboxMessageEntity,OutboxDeadLetterEntity,InboxDeadLetterEntity,EventReplayOperationEntity - Supporting types:
EventEnvelope,MessageHeaders,ReasonCodes,ReplayRequest,ReplayResult
Usage
Add this package to your Application layer:
<PackageReference Include="IronAlpine.Eventbus.Contracts" />
Add IronAlpine.EventBus.Kafka to your Infrastructure/Host layer for the concrete implementations.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. 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 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
- No dependencies.
-
net9.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on IronAlpine.Eventbus.Contracts:
| Package | Downloads |
|---|---|
|
IronAlpine.EventBus.Kafka
Deterministic single-package Kafka event bus with inbox-first persistence and replay support. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Stable mediator release with request/response, notification publish strategies, streaming, and dependency injection integration.