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

handle_info(msg, state)

Confirm receipt of an event by id

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