Skip to content

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
Subject
and implements
IObserver
nor
IObservable
interfaces.
public interface IAsyncStream<T> : IAsyncBatchObservable<T>, IAsyncBatchProducer<T>, IAsyncObservable<T>, IAsyncObserver<T>, IAsyncStream, IComparable<IAsyncStream<T>>, IEquatable<IAsyncStream<T>>

Methods