LiquidProjections.PollingEventStore.Sources
1.2.0
An adapter for event stores that cannot actively push events to LiquidProjections.
It efficiently support multiple concurrent subscribers each interested in a different checkpoint without hitting the underlying event store concurrently.
Install-Package LiquidProjections.PollingEventStore.Sources -Version 1.2.0
dotnet add package LiquidProjections.PollingEventStore.Sources --version 1.2.0
<PackageReference Include="LiquidProjections.PollingEventStore.Sources" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LiquidProjections.PollingEventStore.Sources --version 1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: LiquidProjections.PollingEventStore.Sources, 1.2.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
// Install LiquidProjections.PollingEventStore.Sources as a Cake Addin #addin nuget:?package=LiquidProjections.PollingEventStore.Sources&version=1.2.0 // Install LiquidProjections.PollingEventStore.Sources as a Cake Tool #tool nuget:?package=LiquidProjections.PollingEventStore.Sources&version=1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
See https://github.com/liquidprojections/LiquidProjections.PollingEventStore/releases
Dependencies
-
- LiquidProjections.Abstractions (>= 2.0.0 && < 4.0.0)
- Microsoft.CSharp (>= 4.3.0)
- System.Dynamic.Runtime (>= 4.3.0)
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.