Interface IReactiveSubject<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 IReactiveSubject<T> : IReactiveSubject<T, T>, IReactiveObserver<T>, IObserver<T>, IReactiveObservable<T>, IDisposable
Type Parameters
Name | Description |
---|---|
T | Type of the data received and produced by the subject. |