eventstore v0.4.3 EventStore.Storage.Reader

Reads events for a given stream identity

Summary

Functions

Read events appended to all streams forward from the given start event id inclusive

Read events appended to a single stream forward from the given starting version

Functions

read_all_forward(conn, start_event_id, count \\ nil)

Read events appended to all streams forward from the given start event id inclusive

read_forward(conn, stream_id, start_version, count \\ nil)

Read events appended to a single stream forward from the given starting version