EventStore v0.12.0 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

Link to this section Functions

Confirm receipt of the given event

Link to this function notify_events(subscription, events) View Source
Link to this function start_link(stream_uuid, subscription_name, subscriber, subscription_opts, opts \\ []) View Source