I'm exploring subscriptions for the first time, but I'm only finding .NET API documentation for how to write clients that use them. Are there examples of HTTP API usage? I've found examples of creating subscriptions, but not of consuming events from them.
I want my Java client to populate read models for reporting, and it seems like until projections can support starting from stream positions, subscriptions are a decent way to do this.