IStreamProvider
interface
Namespace: Orleans.Streams
Functionality for providing streams to consumers and producers.
public interface IStreamProviderProperties
IsRewindableGets a value indicating whether this is a rewindable provider - supports creating rewindable streams (streams that allow subscribing from previous point in time).NameGets the name of the stream provider.
Methods
GetStream(StreamId)Gets the stream with the specified identity.
