Namespace Innovt.Domain.Core.Streams
Classes
DataStream<T>
Represents a data stream with a specific type of body.
Interfaces
IDataStream
Represents a data stream without a specific body type.
IDataStream<T>
Represents a data stream with a specific body type.
IEmptyDataStream
Represents an empty data stream without a specific body type.