EventStore v0.11.0-rc.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

Link to this function ack(subscription, events) View Source
Link to this function caught_up(subscription, last_seen) View Source

Confirm receipt of an event by id

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
Link to this function subscribed?(subscription) View Source
Link to this function unsubscribe(subscription) View Source