EventStore / EventStore-Client-Dotnet

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

Subscriptions Without Callbacks (DEV-112) #282

Closed thefringeninja closed 4 months ago

thefringeninja commented 5 months ago

Added: overloads to subscribe to catchup subscriptions using a simple foreach Added: overloads to subscribe to persistent subscriptions using a simple foreach Changed: obsoleted subscription APIs: SubscribeToAllAsync and SubscribeToStreamAsync Changed: obsoleted persistent subscription APIs: SubscribeToAllAsync and SubscribeToStreamAsync