Extension for NetStandard to process an event store subscription in a webjob.
Info
Version: | 1.1.1 |
Author(s): | Michael Hultman |
Last Update: | Monday, May 6, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/haderach75/Webjobs.Extensions.NetCore.Eventstore |
NuGet Url: | https://www.nuget.org/packages/WebJobs.Extensions.EventStore |
Install
Install-Package WebJobs.Extensions.EventStore
dotnet add package WebJobs.Extensions.EventStore
paket add WebJobs.Extensions.EventStore
WebJobs.Extensions.EventStore Download (Unzip the "nupkg" after downloading)
Dependencies
- EventStore.ClientAPI.NetCore(>= 4.1.0.23)
- Microsoft.Azure.WebJobs.Extensions(>= 3.0.0)
- System.Reactive(>= 4.1.0)
- System.Threading.Tasks.Dataflow(>= 4.9.0)