eventstore v0.7.3 EventStore.Subscriptions

Subscriptions holds state for subscribers interested in events appended to either a single stream or all streams

Summary

Functions

notify_events(stream_uuid, events)
start_link(serializer)
subscribe_to_all_streams(all_stream, subscription_name, subscriber, start_from_event_id \\ nil)
subscribe_to_stream(stream_uuid, stream, subscription_name, subscriber, start_from_stream_version \\ nil)
unsubscribe_from_all_streams(subscription_name)
unsubscribe_from_stream(stream_uuid, subscription_name)