IAsyncStream<T>
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 and implements nor interfaces.
SubjectIObserverIObservablepublic interface IAsyncStream<T> : IAsyncBatchObservable<T>, IAsyncBatchProducer<T>, IAsyncObservable<T>, IAsyncObserver<T>, IAsyncStream, IComparable<IAsyncStream<T>>, IEquatable<IAsyncStream<T>>Methods
GetAllSubscriptionHandlesRetrieves a list of all active subscriptions created by the caller for this stream.
