EventStore v0.11.0-rc.0 EventStore.Streams.Supervisor View Source

Streams provides access to a stream process by its stream uuid

Link to this section Summary

Functions

Open a stream, or return the pid of an already opened stream process

Link to this section Functions

Link to this function close_stream(stream_uuid) View Source
Link to this function open_stream(stream_uuid) View Source
open_stream(String.t) :: {:ok, pid} | {:error, term}

Open a stream, or return the pid of an already opened stream process