EventStore v0.12.0 EventStore.Storage.Reader View Source

Reads events for a given stream identity

Link to this section 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

Link to this section Functions

Link to this function read_all_forward(conn, start_event_id, count) View Source

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

Link to this function read_forward(conn, stream_id, start_version, count) View Source

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