Skip to content

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