EventStore v0.12.0 EventStore.Subscriptions View Source

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) View Source
Link to this function subscribe_to_all_streams(subscription_name, subscriber, opts \\ []) View Source
Link to this function subscribe_to_stream(stream_uuid, subscription_name, subscriber, opts \\ []) View Source
Link to this function unsubscribe_from_all_streams(subscription_name) View Source
Link to this function unsubscribe_from_stream(stream_uuid, subscription_name) View Source