eventstore v0.10.1 EventStore.Subscriptions

Pub/sub for subscribers interested in events appended to either a single stream or all streams

Link to this section Summary

Link to this section Functions

Link to this function notify_events(stream_uuid, events, serializer)
Link to this function subscribe_to_all_streams(subscription_name, subscriber, opts \\ [])
Link to this function subscribe_to_stream(stream_uuid, subscription_name, subscriber, opts \\ [])
Link to this function unsubscribe_from_all_streams(subscription_name)
Link to this function unsubscribe_from_stream(stream_uuid, subscription_name)