Mediator.Net.Middlewares.EventStore
1.0.1
A Mediator.Net's middleware that plugs into the publish pipeline to send event to EventStore, it is usually being used for event sourcing.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package Mediator.Net.Middlewares.EventStore -Version 1.0.1
dotnet add package Mediator.Net.Middlewares.EventStore --version 1.0.1
<PackageReference Include="Mediator.Net.Middlewares.EventStore" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mediator.Net.Middlewares.EventStore --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Mediator.Net.Middlewares.EventStore, 1.0.1"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
// Install Mediator.Net.Middlewares.EventStore as a Cake Addin #addin nuget:?package=Mediator.Net.Middlewares.EventStore&version=1.0.1 // Install Mediator.Net.Middlewares.EventStore as a Cake Tool #tool nuget:?package=Mediator.Net.Middlewares.EventStore&version=1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
- EventStore.Client (>= 3.9.4)
- Mediator.Net (>= 1.0.59)
- Newtonsoft.Json (>= 9.0.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.