Tolitech.Messaging.IntegrationEvents
1.0.0-alpha03
dotnet add package Tolitech.Messaging.IntegrationEvents --version 1.0.0-alpha03
NuGet\Install-Package Tolitech.Messaging.IntegrationEvents -Version 1.0.0-alpha03
<PackageReference Include="Tolitech.Messaging.IntegrationEvents" Version="1.0.0-alpha03" />
paket add Tolitech.Messaging.IntegrationEvents --version 1.0.0-alpha03
#r "nuget: Tolitech.Messaging.IntegrationEvents, 1.0.0-alpha03"
// Install Tolitech.Messaging.IntegrationEvents as a Cake Addin #addin nuget:?package=Tolitech.Messaging.IntegrationEvents&version=1.0.0-alpha03&prerelease // Install Tolitech.Messaging.IntegrationEvents as a Cake Tool #tool nuget:?package=Tolitech.Messaging.IntegrationEvents&version=1.0.0-alpha03&prerelease
Messaging.IntegrationEvents
This project aims to provide a foundational framework for facilitating integration events within a system. Integration events are crucial for communication between different components of a distributed system.
Overview
The purpose of this project is to offer a basic structure for creating and triggering integration events across various parts of a system. The IIntegrationEvent
interface serves as the foundation for all integration events that will be created and dispatched.
Features
IIntegrationEvent
Interface: Defines the basic structure of an integration event.- Specific Integration Event Implementations: Specific integration events can be created by implementing the
IIntegrationEvent
interface. - Integration with Messaging Systems: Although not specified in the interface, this project can be easily integrated with various messaging systems to facilitate the dispatch and handling of integration events.
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. |
-
net8.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Tolitech.Messaging.IntegrationEvents:
Package | Downloads |
---|---|
Tolitech.CleanArchitecture.Application.Messaging
Application.Messaging is a lightweight library designed to simplify the implementation of event-driven architectures within .NET applications. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0-alpha03 | 56 | 9/18/2024 |
1.0.0-alpha02 | 87 | 6/6/2024 |
1.0.0-alpha01 | 83 | 5/23/2024 |