Tolitech.Messaging.IntegrationEvents 1.0.0-alpha02

This is a prerelease version of Tolitech.Messaging.IntegrationEvents.
dotnet add package Tolitech.Messaging.IntegrationEvents --version 1.0.0-alpha02
NuGet\Install-Package Tolitech.Messaging.IntegrationEvents -Version 1.0.0-alpha02
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Tolitech.Messaging.IntegrationEvents" Version="1.0.0-alpha02" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Tolitech.Messaging.IntegrationEvents --version 1.0.0-alpha02
#r "nuget: Tolitech.Messaging.IntegrationEvents, 1.0.0-alpha02"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Tolitech.Messaging.IntegrationEvents as a Cake Addin
#addin nuget:?package=Tolitech.Messaging.IntegrationEvents&version=1.0.0-alpha02&prerelease

// Install Tolitech.Messaging.IntegrationEvents as a Cake Tool
#tool nuget:?package=Tolitech.Messaging.IntegrationEvents&version=1.0.0-alpha02&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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • 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-alpha02 48 6/6/2024
1.0.0-alpha01 73 5/23/2024