IAsyncBatchObservable<T>
interface
Namespace: Orleans.Streams
This interface generalizes the IAsyncObserver interface to allow production and consumption of batches of items.
Note that this interface is implemented by item consumers and invoked (used) by item producers. This means that the consumer endpoint of a stream implements this interface.
public interface IAsyncBatchObservable<T>Methods
SubscribeAsync(IAsyncBatchObserver<T>)Subscribe a consumer to this batch observable.SubscribeAsync(IAsyncBatchObserver<T>, StreamSequenceToken?)Subscribe a consumer to this batch observable.
