EventStore / EventStoreDB-Client-Java

Official Asynchronous Java 8+ Client Library for EventStoreDB 20.6+
https://eventstore.com
Apache License 2.0
63 stars 20 forks source link

Implement Persistent Subscriptions Management API. #127

Closed YoEight closed 2 years ago

YoEight commented 2 years ago

Fixes #91

oskardudycz commented 2 years ago

FIX: RestartPersistentSubscriptionSubsystem is missing in the PR, but it's already exposed in Proto since https://github.com/EventStore/EventStore/pull/3352.

YoEight commented 2 years ago

I added the missing snippets.

timothycoleman commented 2 years ago

remember to url encode

YoEight commented 2 years ago

Done