EventStore v0.12.0 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
Link to this section Functions
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