Savvyio.EventDriven.Messaging
3.0.0-preview.1
See the version list below for details.
dotnet add package Savvyio.EventDriven.Messaging --version 3.0.0-preview.1
NuGet\Install-Package Savvyio.EventDriven.Messaging -Version 3.0.0-preview.1
<PackageReference Include="Savvyio.EventDriven.Messaging" Version="3.0.0-preview.1" />
paket add Savvyio.EventDriven.Messaging --version 3.0.0-preview.1
#r "nuget: Savvyio.EventDriven.Messaging, 3.0.0-preview.1"
// Install Savvyio.EventDriven.Messaging as a Cake Addin #addin nuget:?package=Savvyio.EventDriven.Messaging&version=3.0.0-preview.1&prerelease // Install Savvyio.EventDriven.Messaging as a Cake Tool #tool nuget:?package=Savvyio.EventDriven.Messaging&version=3.0.0-preview.1&prerelease
Savvyio.EventDriven.Messaging
Provides ways to scale out Integration Events for a distributed architecture.
About
An open-source project (MIT license) that provides a SOLID and clean .NET class library for writing DDD, CQRS and Event Sourcing applications.
It is, by heart, free, flexible and built to extend and boost your agile codebelt.
Related Packages
- Savvyio.App 🏭
- Savvyio.Commands 📦
- Savvyio.Commands.Messaging 📦
- Savvyio.Core 📦
- Savvyio.Domain 📦
- Savvyio.Domain.EventSourcing 📦
- Savvyio.EventDriven 📦
- Savvyio.EventDriven.Messaging 📦
- Savvyio.Extensions.Dapper 📦
- Savvyio.Extensions.DapperExtensions 📦
- Savvyio.Extensions.DependencyInjection 📦
- Savvyio.Extensions.DependencyInjection.Dapper 📦
- Savvyio.Extensions.DependencyInjection.DapperExtensions 📦
- Savvyio.Extensions.DependencyInjection.Domain 📦
- Savvyio.Extensions.DependencyInjection.EFCore 📦
- Savvyio.Extensions.DependencyInjection.EFCore.Domain 📦
- Savvyio.Extensions.DependencyInjection.EFCore.Domain.EventSourcing 📦
- Savvyio.Extensions.DependencyInjection.SimpleQueueService 📦
- Savvyio.Extensions.Dispatchers 📦
- Savvyio.Extensions.EFCore 📦
- Savvyio.Extensions.EFCore.Domain 📦
- Savvyio.Extensions.EFCore.Domain.EventSourcing 📦
- Savvyio.Extensions.Newtonsoft.Json 📦
- Savvyio.Extensions.SimpleQueueService 📦
- Savvyio.Extensions.Text.Json 📦
- Savvyio.Messaging 📦
- Savvyio.Queries 📦
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. 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. |
-
net6.0
- Savvyio.EventDriven (>= 3.0.0-preview.1)
- Savvyio.Messaging (>= 3.0.0-preview.1)
-
net8.0
- Savvyio.EventDriven (>= 3.0.0-preview.1)
- Savvyio.Messaging (>= 3.0.0-preview.1)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Savvyio.EventDriven.Messaging:
Package | Downloads |
---|---|
Savvyio.App
Provides a complete and convenient set of API additions for building a DDD, CQRS and Event Sourcing enabled .NET application using Microsoft Dependency Injection, Microsoft Entity Framework Core, Dapper, AWS SNS/SQS and Azure Queue Storage/Azure Event Grid. |
|
Savvyio.Extensions.QueueStorage
Extend the Savvy I/O core assemblies with support for Azure Queue Storage paired with Azure Event Grid. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.0.0-preview.2 | 41 | 10/6/2024 |
4.0.0-preview.1 | 50 | 9/6/2024 |
3.0.0 | 177 | 9/1/2024 |
3.0.0-preview.3 | 79 | 8/13/2024 |
3.0.0-preview.2 | 37 | 8/4/2024 |
3.0.0-preview.1 | 35 | 7/31/2024 |
Version: 3.0.0
Availability: .NET 8 and .NET 6
# New Features
- ADDED CloudEventExtensions class in the Savvyio.EventDriven.Messaging.CloudEvents.Cryptography namespace that consist of extension methods for the ICloudEvent{T} interface: SignCloudEvent{T}
- ADDED SignedCloudEventExtensions class in the Savvyio.EventDriven.Messaging.CloudEvents.Cryptography namespace that consist of extension methods for the ISignedCloudEvent{T} interface: CheckCloudEventSignature{T}
- ADDED SignedCloudEvent{T} class in the Savvyio.EventDriven.Messaging.CloudEvents.Cryptography namespace that provides a default implementation of the ISignedCloudEvent{T} interface
- ADDED CloudEvent{T} class in the Savvyio.EventDriven.Messaging.CloudEvents namespace that provides a default implementation of the ICloudEvent{T} interface
- ADDED MessageExtensions class in the Savvyio.EventDriven.Messaging.CloudEvents namespace that consist of extension methods for the IMessage{T} interface: ToCloudEvent{T}
- ADDED IntegrationEventExtensions class in the Savvyio.EventDriven.Messaging namespace that consist of extension methods for the IIntegrationEvent interface: ToMessage{T}
- ADDED InMemoryEventBus class in the Savvyio.EventDriven.Messaging namespace that provides an in-memory implementation of the IPublishSubscribeChannel{TRequest} interface useful for unit testing and the likes thereof
Version: 2.1.0
Availability: .NET 8, .NET 7 and .NET 6
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
# Breaking Changes
- RENAMED Sign{T} extension method on the CloudEventExtensions class in the Savvyio.EventDriven.Messaging.CloudEvents.Cryptography namespace to SignCloudEvent{T}
# New Features
- EXTENDED CloudEventExtensions class in the Savvyio.EventDriven.Messaging.CloudEvents.Cryptography namespace with new extension methods for the ISignedCloudEvent{T} interface: CheckCloudEventSignature{T}
# Improvements
- REMOVED MessageExtensions class in the Savvyio.EventDriven.Messaging.Cryptography namespace to favor the new generic equivalent in the Savvyio.Messaging.Cryptography namespace
Version: 2.0.0
Availability: .NET 8, .NET 7 and .NET 6
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
# New Features
- ADDED MessageExtensions class in the Savvyio.EventDriven.Messaging.Cryptography namespace that consist of extension methods for the IMessage{T} interface: Sign{T}
- ADDED CloudEventExtensions class in the Savvyio.EventDriven.Messaging.CloudEvents.Cryptography namespace that consist of extension methods for the ICloudEvent{T} interface: Sign{T}
- ADDED SignedCloudEvent{T} class in the Savvyio.EventDriven.Messaging.CloudEvents.Cryptography namespace that provides a default implementation of the ISignedCloudEvent{T} interface
- ADDED CloudEvent{T} class in the Savvyio.EventDriven.Messaging.CloudEvents namespace that provides a default implementation of the ICloudEvent{T} interface
- ADDED MessageExtensions class in the Savvyio.EventDriven.Messaging.CloudEvents namespace that consist of extension methods for the IMessage{T} interface: ToCloudEvent{T}
# Breaking Changes
- RENAMED EncloseToMessage{T} extension method on the IntegrationEventExtensions class in the Savvyio.EventDriven.Messaging namespace to ToMessage{T}
- RENAMED MemoryEventBus class in the Savvyio.EventDriven.Messaging namespace to InMemoryEventBus (consistency with Microsoft naming convention)
- CHANGED ToMessage{T} extension method on the IntegrationEventExtensions class in the Savvyio.EventDriven.Messaging namespace to include a string that describes the type of event
- MOVED IIntegrationEvent interface in the Savvyio.EventDriven namespace to the namespace equivalent in the Savvyio.Core assembly
- MOVED IIntegrationEventDispatcher interface in the Savvyio.EventDriven namespace to the namespace equivalent in the Savvyio.Core assembly
- MOVED IIntegrationEventHandler interface in the Savvyio.EventDriven namespace to the namespace equivalent in the Savvyio.Core assembly
Version: 1.1.0
Availability: .NET 7.0, .NET 6.0
# New Features
- ADDED IntegrationEventExtensions class in the Savvyio.EventDriven.Messaging namespace that consist of extension methods for the IIntegrationEvent interface: EncloseToMessage{T}
- ADDED MemoryEventBus class in the Savvyio.EventDriven.Messaging namespace that provides an in-memory implementation of the IPublishSubscribeChannel{TRequest} interface useful for unit testing and the likes thereof
# Improvements
- CHANGED IntegrationEvent record in the Savvyio.EventDriven namespace to not care for member type (retrospective: this is only relevant for TracedDomainEvents)
Version: 1.0.0
Availability: .NET 7.0, .NET 6.0
# New Features
- ADDED IIntegrationEvent interface in the Savvyio.EventDriven namespace that defines a marker interface that specifies something that happened when an Aggregate was successfully persisted and you want other subsystems (out-process/inter-application) to be made aware of
- ADDED IIntegrationEventDispatcher interface in the Savvyio.EventDriven namespace that defines an Integration Event dispatcher that uses Fire-and-Forget/In-Only MEP
- ADDED IIntegrationEventHandler interface in the Savvyio.EventDriven namespace that specifies a handler responsible for objects that implements the IIntegrationEvent interface
- ADDED IntegrationEvent record in the Savvyio.EventDriven namespace that provides a default implementation of of the IIntegrationEvent interface
- ADDED IntegrationEventDispatcher class in the Savvyio.EventDriven namespace that provides a default implementation of of the IIntegrationEventDispatcher interface
- ADDED IntegrationEventExtensions class in the Savvyio.EventDriven namespace that consist of extension methods for the IIntegrationEvent interface: GetEventId, GetTimestamp, GetMemberType
- ADDED IntegrationEventHandler class in the Savvyio.EventDriven namespace that provides a generic and consistent way of handling Integration Event objects that implements the IIntegrationEvent interface
- ADDED SavvyioOptionsExtensions class in the Savvyio.EventDriven namespace that consist of extension methods for the SavvyioOptions class: AddIntegrationEventHandler, AddIntegrationEventDispatcher