eventstore v0.10.1 EventStore.Subscriptions.Subscription

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, ack)

Confirm receipt of the given event

Link to this function caught_up(subscription, last_seen)
Link to this function notify_events(subscription, events)
Link to this function start_link(stream_uuid, subscription_name, subscriber, opts)
Link to this function unsubscribe(subscription)