eventstore v0.4.0 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.

Summary

Functions

notify_events(subscription, events)
start_link(stream_uuid, stream, subscription_name, subscriber)
unsubscribe(subscription)