Skip to content

IStreamProvider Methods

Functionality for providing streams to consumers and producers.

GetStream(StreamId)

abstract
public abstract IAsyncStream<T> GetStream<T>(StreamId streamId)
Gets the stream with the specified identity.

Parameters

streamIdStreamId
The stream identifier.

Returns

The stream.