EventStore v0.13.2 EventStore.Streams.Supervisor View Source

Streams supervisor provides access to a single stream process per logical stream by its stream uuid

Link to this section Summary

Functions

Open a stream by starting a Stream process, or return the pid of an already started 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 by starting a Stream process, or return the pid of an already started process