EventStore v0.13.2 EventStore.Subscriptions.Subscription View Source
Subscription to a single, or all, event streams.
A subscription is persistent so that resuming the subscription will continue from the last acknowledged event. This guarantees at least once delivery of every event appended to storage.
Link to this section Summary
Functions
Confirm receipt of the given event
Link to this section Functions
Confirm receipt of the given event
Link to this function
start_link(stream_uuid, subscription_name, subscriber, subscription_opts, opts \\ [])
View Source