Tolitech.CleanArchitecture.Application.Messaging 1.0.0-alpha04

This is a prerelease version of Tolitech.CleanArchitecture.Application.Messaging.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Tolitech.CleanArchitecture.Application.Messaging --version 1.0.0-alpha04
NuGet\Install-Package Tolitech.CleanArchitecture.Application.Messaging -Version 1.0.0-alpha04
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.CleanArchitecture.Application.Messaging" Version="1.0.0-alpha04" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Tolitech.CleanArchitecture.Application.Messaging --version 1.0.0-alpha04
#r "nuget: Tolitech.CleanArchitecture.Application.Messaging, 1.0.0-alpha04"
#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.CleanArchitecture.Application.Messaging as a Cake Addin
#addin nuget:?package=Tolitech.CleanArchitecture.Application.Messaging&version=1.0.0-alpha04&prerelease

// Install Tolitech.CleanArchitecture.Application.Messaging as a Cake Tool
#tool nuget:?package=Tolitech.CleanArchitecture.Application.Messaging&version=1.0.0-alpha04&prerelease

Tolitech.CleanArchitecture.Application.Messaging

Overview

Tolitech.CleanArchitecture.Application.Messaging is a lightweight library designed to simplify the implementation of event-driven architectures within .NET applications. This framework provides a simple interface for publishing integration events, facilitating communication between different components of a distributed system.

Key Features

  • Event Bus Interface: The framework includes an IEventBus interface, which defines the contract for publishing integration events asynchronously.
  • Async Publishing: Integration events can be published asynchronously, enabling non-blocking communication between components.
  • CancellationToken Support: The PublishAsync method of the IEventBus interface supports cancellation using CancellationToken, allowing for graceful termination of event publishing.
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.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Tolitech.CleanArchitecture.Application.Messaging:

Package Downloads
Tolitech.CleanArchitecture.Infrastructure.Persistence.EntityFrameworkCore

The Infrastructure.Persistence.EntityFrameworkCore repository provides a foundational implementation for the Repository pattern, Unit of Work, and Specification Query Builder using Entity Framework Core. Simplify database interaction, promote code organization, and maintenance using these widely recognized patterns.

Tolitech.CleanArchitecture.Infrastructure.Messaging

The Infrastructure.Messaging library is designed to facilitate the publishing of integration events in a straightforward and efficient manner.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0-alpha05 36 6/25/2024
1.0.0-alpha04 48 6/6/2024
1.0.0-alpha03 50 6/2/2024
1.0.0-alpha02 51 5/27/2024
1.0.0-alpha01 53 5/23/2024