eventstore v0.2.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 from the store.

Summary

Functions

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