eventstore v0.4.0 EventStore.Storage.Stream

Streams are an abstraction around a stream of events for a given stream identity

Summary

Functions

create_stream(conn, stream_uuid)
latest_event_id(conn)
latest_stream_version(conn, stream_uuid)
read_all_streams_forward(conn, start_event_id, count \\ nil)
read_stream_forward(conn, stream_uuid, start_version, count \\ nil)
stream_info(conn, stream_uuid)