EventStore / EventStore-Client-Dotnet

Dotnet Client SDK for the Event Store gRPC Client API written in C#
Other
143 stars 37 forks source link

Introduce New Types For Subscription Positions #188

Closed thefringeninja closed 2 years ago

thefringeninja commented 2 years ago

Added: New Types for Subscription Positions

Having an if statement to call one of two overloads when trying to subscribe has proved cumbersome. Adding two new types, FromAll and FromStream, should make it easier for consumers.

Fixes: #186