Skip to content

IAsyncStream

interface

Namespace: Orleans.Streams

This interface represents an object that serves as a distributed rendezvous between producers and consumers. It is similar to a Reactive Framework
Subject
and implements
IObserver
nor
IObservable
interfaces.
public interface IAsyncStream

Properties

  • IsRewindable Gets a value indicating whether this is a rewindable stream - supports subscribing from previous point in time.
  • ProviderName Gets the name of the provider.
  • StreamId Gets the stream identifier.