eventstore v0.10.1 EventStore.Storage.Stream

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

Link to this section Summary

Link to this section Functions

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