Interface IAsyncReactiveSubject<T>
Interface for subjects representing event streams that can produce and receive data.
Inherited Members
Namespace: Reaqtor
Assembly: Reaqtor.Local.Model.dll
Syntax
public interface IAsyncReactiveSubject<T> : IAsyncReactiveSubject<T, T>, IAsyncReactiveObserver<T>, IAsyncReactiveObservable<T>, IAsyncDisposable
Type Parameters
Name | Description |
---|---|
T | Type of the data received and produced by the subject. |